You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the newer nvim warn about upcoming deprecation of buf_get_clients when using coq:
vim.lsp.buf_get_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated
Feature will be removed in Nvim 0.12
stack traceback:
/usr/share/nvim/runtime/lua/vim/lsp.lua:1092: in function 'buf_get_clients'
...y-cat/.local/share/nvim/lazy/coq/lua/coq/lsp-request.lua:187: in function 'lsp_clients'
...y-cat/.local/share/nvim/lazy/coq/lua/coq/lsp-request.lua:262: in function 'lsp_comp'
[string "<nvim>"]:1: in main chunk
vim version:
NVIM v0.11.0-dev-25+g0e187fe038
Build type: RelWithDebInfo
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info
coq on current commit:
branch coq
commit 0e03b8c
best regards!
The text was updated successfully, but these errors were encountered:
hey there :3
the newer nvim warn about upcoming deprecation of buf_get_clients when using coq:
vim version:
coq on current commit:
best regards!
The text was updated successfully, but these errors were encountered: