uga-rosa / cmp-dictionary

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

Notice of Destructive Change #36

Closed uga-rosa closed 1 year ago

uga-rosa commented 1 year ago

Currently, dictionaries are registered using the setup function, but this should be changed to refer to the 'dictionary' option in neovim itself. Instead, I will add a function require('cmp_dictionary').register_dictionary (name to be determined) to switch 'dictionary' with the same degree of freedom as before.

I have released v1.0.0 in preparation for this disruptive change.