mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 13:01: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 = {
|
dim_inactive = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
percentage = 0.05,
|
percentage = 0.05,
|
||||||
}
|
},
|
||||||
|
integrations = {
|
||||||
|
native_lsp = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ return {
|
||||||
-- EDITOR
|
-- EDITOR
|
||||||
-- remove and replace with nvim-tree; copy config to nvim-tree if possible
|
-- remove and replace with nvim-tree; copy config to nvim-tree if possible
|
||||||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||||
{ "RRethy/vim-illuminate", enabled = false },
|
|
||||||
|
|
||||||
-- LINTING
|
-- LINTING
|
||||||
{ "mfussenegger/nvim-lint", enabled = false },
|
{ "mfussenegger/nvim-lint", enabled = false },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue