hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
8.16k stars 406 forks source link

Use of depracated functions #2089

Open KriBielinski opened 2 weeks ago

KriBielinski commented 2 weeks ago

The issue appears after loading nvim-cmp into Neovim with at least one source (for example: cmp-buffer).

If you then enter command :checkhealth 2 warnings appear:

It seems that this happens regardless of which source you use, but there needs to be at least one source. I have Neovim v0.11.0 and use Lazy.nvim as plugin manager (although I am not sure whether this matters).

Seems like it might be an important issue as this plugin may stop working in the eventual Nvim 1.0 release.