mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
remove illuminate completely & removed native_lsp highlighting
This commit is contained in:
parent
a45ef57a84
commit
751dd4100b
2 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,12 @@ return {
|
|||
dim_inactive = {
|
||||
enabled = true,
|
||||
percentage = 0.05,
|
||||
}
|
||||
},
|
||||
integrations = {
|
||||
native_lsp = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue