roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Dictionary completion? #150

Closed alok closed 6 years ago

alok commented 6 years ago

I normally use Deoplete but I decided to try this out and I'm wondering if there's a way to get dictionary completion in Pandoc files.

Normally I use setlocal dictionary+=/usr/local/share/dict/common-words (my own dictionary) and disable most other sources, but I don't know how to do that in NCM.

In deoplete I set let g:deoplete#sources_pandoc = ['buffer', 'dictionary', 'member'].

roxma commented 6 years ago

Dictionary completion is not supported currently.