Closed zeroday0619 closed 9 months ago
Describe the bug
Deprecated in neovim 0.10 of the vim.lsp.buf.server_ready() function, resulting in a deprecated alarm.
vim.lsp.buf.server_ready()
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:
cat /etc/os-release
nvim -v
ls -A /path/to/plugin/binaries
cat /path/to/plugin/binaries/.active
@zeroday0619 thanks! I will try to get to it next week
@aarondill maybe got time for this?
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:
cat /etc/os-release
): Ubuntu 22.04.3 LTSnvim -v
): NVIM v0.10.0-devls -A /path/to/plugin/binaries
): .active 0.0.1 4.73.0 4.75.0cat /path/to/plugin/binaries/.active
): 4.75.0