Input method editor using asyncomplete.
For vim-plug plugin manager:
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'mattn/asyncomplete-skk.vim'
Mapping for toggle SKK.
imap <c-\> <plug>(asyncomplete-skk-toggle)
MIT
Yasuhiro Matsumoto (a.k.a. mattn)