Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/asyncomplete-skk.vim


https://github.com/mattn/asyncomplete-skk.vim

Last synced: 12 days ago
JSON representation

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)