codota / tabnine-nvim

Tabnine Client for Neovim
https://tabnine.com
358 stars 33 forks source link

[BUG] Deprecated in neovim 0.10 of the `vim.lsp.buf.server_ready()` function #140

Closed zeroday0619 closed 9 months ago

zeroday0619 commented 10 months ago

Describe the bug

Deprecated in neovim 0.10 of the vim.lsp.buf.server_ready() function, resulting in a deprecated alarm.

https://neovim.io/doc/user/deprecated.html#vim.lsp.buf.server_ready()

The function in question is used in this code: https://github.com/codota/tabnine-nvim/blob/master/lua/tabnine/chat/codelens.lua#L32C31-L32C31

Version Info:

amirbilu commented 10 months ago

@zeroday0619 thanks! I will try to get to it next week

amirbilu commented 9 months ago

@aarondill maybe got time for this?