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
vim.lsp.get_active_clients() function is deprecated in nvim v0.11 nightly and will be removed in v0.12
We should use vim.lsp.get_clients() instead.
Usage here:
The message isn't being shown in the command line, but :checkhealth vim.deprecated still shows that same warning, so this is still valid on current master, although I haven't tested on that PR
Did you check docs and existing issues?
Neovim Version (nvim -v)
v0.11.0-nightly+cf44121
Operating System / Version
NixOS unstable
Describe the Bug
vim.lsp.get_active_clients()
function is deprecated in nvim v0.11 nightly and will be removed in v0.12We should use
vim.lsp.get_clients()
instead.Usage here:
neo-tree.nvim/lua/neo-tree/sources/document_symbols/lib/symbols_utils.lua
Line 173 in 206241e
Screenshots, Traceback
Steps to Reproduce
Expected Behavior
It works with latest APIs
Your Configuration
The text was updated successfully, but these errors were encountered: