https://github.com/neoclide/coc-imselect
Input method enhance for iTerm2 on mac.
https://github.com/neoclide/coc-imselect
coc neovim vim
Last synced: 8 months ago
JSON representation
Input method enhance for iTerm2 on mac.
- Host: GitHub
- URL: https://github.com/neoclide/coc-imselect
- Owner: neoclide
- Created: 2019-02-26T07:21:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T10:53:17.000Z (over 3 years ago)
- Last Synced: 2025-08-02T21:04:57.179Z (10 months ago)
- Topics: coc, neovim, vim
- Language: TypeScript
- Size: 69.3 KB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# coc-imselect
Input method enhance for vim on mac.

This extension works with vim8 and neovim, latest [coc.nvim](https://github.com/neoclide/coc.nvim) required.
## Install
Install [coc.nvim](https://github.com/neoclide/coc.nvim), then run command:
```vim
CocInstall coc-imselect
```
## Features
- Monitor input source change and highlight cursor.
- Change input source when necessary on insert.
## Options
- `imselect.defaultInput` default input source use in normal mode, default to `com.apple.keylayout.US`.
- `imselect.enableStatusItem` enable status item in statusline.
- `imselect.enableFloating` enable floating window support for input method.
## License
MIT