fix: disable deprecated LSP provider in illuminate settings
This commit is contained in:
@@ -14,6 +14,17 @@ return {
|
|||||||
{ -- Illuminate
|
{ -- Illuminate
|
||||||
import = 'lazyvim.plugins.extras.editor.illuminate',
|
import = 'lazyvim.plugins.extras.editor.illuminate',
|
||||||
},
|
},
|
||||||
|
{ -- Illuminate
|
||||||
|
'ehpi/vim-illuminate',
|
||||||
|
opts = {
|
||||||
|
providers = {
|
||||||
|
-- Disable LSP proovider due to deprecation warnings
|
||||||
|
-- 'lsp',
|
||||||
|
'treesitter',
|
||||||
|
'regex',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{ -- Outline
|
{ -- Outline
|
||||||
import = 'lazyvim.plugins.extras.editor.outline',
|
import = 'lazyvim.plugins.extras.editor.outline',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user