Commit 71b8ac4
committed
fix: migrate to native vim.lsp.config for nvim 0.11+
Replaces the deprecated `require('lspconfig')[name].setup()` pattern
with Neovim's native `vim.lsp.config` and `vim.lsp.enable` APIs within
the Mason handler.
`nvim-lspconfig` is deprecating its internal framework logic in favor of
Neovim's core LSP management. This change resolves the deprecation
warning and ensures compatibility with nvim-lspconfig v3.0.0.1 parent 3338d39 commit 71b8ac4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
733 | 734 | | |
734 | 735 | | |
735 | 736 | | |
| |||
0 commit comments