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
So, the plugin currently uses vim.lsp.get_active_clients(), which was deprecated, in favor of vim.lsp.get_clients(). Should be a simple change, I could make a PR
The text was updated successfully, but these errors were encountered:
Hey,
So, the plugin currently uses
vim.lsp.get_active_clients()
, which was deprecated, in favor ofvim.lsp.get_clients()
. Should be a simple change, I could make a PRThe text was updated successfully, but these errors were encountered: