Input method enhance for vim on mac.
This extension works with vim8 and neovim, latest coc.nvim required.
Install coc.nvim, then run command:
CocInstall coc-imselect
- Monitor input source change and highlight cursor.
- Change input source when necessary on insert.
imselect.defaultInput
default input source use in normal mode, default tocom.apple.keylayout.US
.imselect.enableStatusItem
enable status item in statusline.imselect.enableFloating
enable floating window support for input method.
MIT