Matcher with migemo for Denite.nvim.
-
cmigemo
-
Denite.nvim
Plug 'nekowasabi/denite-migemo'
call dein#add('nekowasabi/denite-migemo')
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')
Set matcher like this.
call denite#custom#source('line', 'matchers', ['matcher/migemo'])