uga-rosa / cmp-dictionary

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

Depreciated warnings? #65

Closed dky closed 4 months ago

dky commented 4 months ago

Hello, thanks for the plugin. I'm running into the following errors:

[cmp-dictionary] 'exact' is deprecated. Use 'exact_length' instead. [cmp-dictionary] 'capacity' is deprecated.

after upgrading to nvim 0.9.5. Do you know if they will be fixed in: https://github.com/uga-rosa/cmp-dictionary/issues/56?

uga-rosa commented 4 months ago

Please read the help documantation.

dky commented 4 months ago

Ok Thanks! I think I fixed it. I changed exact => exact_length and removed the capacity key.

uga-rosa commented 4 months ago

Yes. Your fixes are right.