Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lsp): prefer get_clients over get_active_clients #1645

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

pynappo
Copy link
Collaborator

@pynappo pynappo commented Jan 2, 2025

The former is only available in v0.10 upwards and i believe neo-tree still supports neovim v0.9. but to prevent deprecation warnings we should prefer the former over the latter when possible.

Closes #1551.

@pynappo
Copy link
Collaborator Author

pynappo commented Jan 20, 2025

pinging @cseickel

@pynappo pynappo merged commit 27abb11 into nvim-neo-tree:main Jan 20, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: vim.lsp.get_active_clients() deprecated
2 participants