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 calls to deprecated API #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix calls to deprecated API #17

wants to merge 1 commit into from

Conversation

pazz
Copy link

@pazz pazz commented Nov 13, 2024

from neovim 0.12 onwards, vim.lsp.get_active_clients() is deprecated. This commit replaces the corresponding calls by ones to the updated API.

fixes #16

Caveat: I have not checked the implecations for versions of neovim below 0.12 but this fixes the warnings without breaking functionality for me.

from neovim 0.12 onwards, `vim.lsp.get_active_clients()` is deprecated.
This commit replaces the corresponding calls by ones to the updated API.

fixes jhofscheier#16
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.

Deprecation warnings
1 participant