A Vim/Neovim plugin that can switch the current input method when enter and quit insert mode.
Great thanks to swim.
Using your favorite manager.
dein#add('colinaaa/swim.vim', { 'build', './build.sh' })
Or using Plug.
Plug 'colinaaa/swim.vim', { 'do': './build.sh' }
All the things works well by default.
When you are leaving insert mode
, it will record your current input method
and switch to the default one(com.apple.keylayout.ABC
by default).
And when you re-enter the insert mode, it will restore your previous input method automatically.
See swim for more detail.
The content of this repository are licensed under the MIT License unless otherwise noted. Please read LICENSE for the detail.