Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 655 Bytes

denite-migemo

Matcher with migemo for Denite.nvim.

requirement

  • cmigemo

  • Denite.nvim

install

for vim-plug

Plug 'nekowasabi/denite-migemo'

for dein

call dein#add('nekowasabi/denite-migemo')

setting

By default, cmigemo's dict path is set /usr/share/migemo/utf-8/migemo-dict.

If you want to change dict path, setting like this.

call denite#custom#filter('matcher/migemo', 'dict_path', '/usr/local/share/migemo/utf-8/migemo-dict')

usage

Set matcher like this.

call denite#custom#source('line', 'matchers', ['matcher/migemo'])