An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# coc-imselect

Input method enhance for vim on mac.

![2019-02-26 15_11_49](https://user-images.githubusercontent.com/251450/53394376-0de0c980-39da-11e9-8d6f-8006f98af84f.gif)

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