fix: disable deprecated LSP provider in illuminate settings

This commit is contained in:
2024-11-24 20:20:45 -05:00
parent a2bc422315
commit 9ade777c01
+11
View File
@@ -14,6 +14,17 @@ return {
{ -- Illuminate
import = 'lazyvim.plugins.extras.editor.illuminate',
},
{ -- Illuminate
'ehpi/vim-illuminate',
opts = {
providers = {
-- Disable LSP proovider due to deprecation warnings
-- 'lsp',
'treesitter',
'regex',
},
},
},
{ -- Outline
import = 'lazyvim.plugins.extras.editor.outline',
},