Did you check docs and existing issues?
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")
Did you check docs and existing issues?
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
Expected Behavior
Migrate from
require("lspconfig")