diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-26 23:23:24 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-26 23:23:24 +0800 |
| commit | fa0e70bea355f11a7cfa76dcb8eed28ebd0b9597 (patch) | |
| tree | 9228366cf44062ed869c33dedb7ea88c4945f88d /core/plugins.vim | |
| parent | 6f23dea8f3125b269eb9afab1e09ec0f9b2e923d (diff) | |
Add plugin neuims for auto IME switch on Windows
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 210b1e0..b6a896c 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -166,6 +166,8 @@ Plug 'jdhao/better-escape.vim' if g:is_mac Plug 'lyokha/vim-xkbswitch' +elseif g:is_win + Plug 'Neur1n/neuims' endif "}} |
