remove illuminate completely & removed native_lsp highlighting

This commit is contained in:
Ralph Azucena 2024-05-22 15:11:43 -07:00
parent a45ef57a84
commit 751dd4100b
2 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,12 @@ return {
dim_inactive = {
enabled = true,
percentage = 0.05,
}
},
integrations = {
native_lsp = {
enabled = true,
},
},
}
},
{

View file

@ -13,7 +13,6 @@ return {
-- EDITOR
-- remove and replace with nvim-tree; copy config to nvim-tree if possible
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
{ "RRethy/vim-illuminate", enabled = false },
-- LINTING
{ "mfussenegger/nvim-lint", enabled = false },