neoclide / coc-sources

Additional common sources of coc.nvim
209 stars 12 forks source link

use french dictionary #28

Closed grimgort closed 4 years ago

grimgort commented 4 years ago

Hello,

I would like to use a French dictionary. The default one of omni complete of vim is fine, but coc-omni doesn't add anything despite the "set complete+=kspell" option in my vimrc

chemzqm commented 4 years ago

coc-omni use your &omnifunc option for completion which is not affected by complete option. Read :h 'complete' of how to use vim's keywords completion or create completion source yourself https://medium.com/@chemzqm/create-coc-nvim-extension-to-improve-vim-experience-4461df269173