uga-rosa / cmp-dictionary

A dictionary completion source for nvim-cmp
MIT License
236 stars 16 forks source link

Sources in vim.opt.dictionary #67

Closed martineausimon closed 4 months ago

martineausimon commented 4 months ago

Hello,

It seems that since an update (probably V3 ?), cmp-dictionary no longer works with sources defined using vim.opt.dictionary. Is this intentional? Is the only option to define paths in require("cmp_dictionary").setup()?

uga-rosa commented 4 months ago

Intended to. Please read the documentation.