Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/asyncomplete-skk.vim
https://github.com/mattn/asyncomplete-skk.vim
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/asyncomplete-skk.vim
- Owner: mattn
- Created: 2020-10-10T14:41:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T13:43:55.000Z (about 4 years ago)
- Last Synced: 2024-10-03T13:11:35.416Z (about 1 month ago)
- Language: Vim script
- Homepage:
- Size: 303 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asyncomplete-skk.vim
Input method editor using asyncomplete.
![](https://raw.githubusercontent.com/mattn/asyncomplete-skk.vim/main/misc/screenshot.gif)
## Requirements
* [skk-cli](https://github.com/mattn/skk-cli)
## Installation
For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:
```vim
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'mattn/asyncomplete-skk.vim'
```Mapping for toggle SKK.
```vim
imap (asyncomplete-skk-toggle)
```## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)