-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Milestone
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.11.4
Operating system/version
macOS 26
Describe the bug
Recently, https://github.com/neovim/nvim-lspconfig has started the procedure of deprecating require("lspconfig") (neovim/nvim-lspconfig@1f7fbc3).
Starting the plugin causes the deprecation notices to appear:
Steps To Reproduce
- Install and configure plugin.
- Launch neovim.
- Observe deprecation notice.
Expected Behavior
Migrate from require("lspconfig")
Reactions are currently unavailable