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: removed use of deprecated vim.lsp.get_active_clients #81

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

calebdw
Copy link

@calebdw calebdw commented May 31, 2024

Hello!

This removes use of the vim.lsp.get_active_clients function which was deprecated in Neovim 10.

Closes #80

Thanks!

@camiloaromero23
Copy link

@siduck can this get merged? 🤔

@siduck siduck merged commit 194ec60 into NvChad:master Jul 24, 2024
@calebdw
Copy link
Author

calebdw commented Jul 24, 2024

Thanks!

@calebdw calebdw deleted the lsp_clients branch July 24, 2024 23:52
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() is deprecated, use vim.lsp.get_clients() instead.
3 participants