mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add nvim-highlight back
- currently disable because of neotree conflict
This commit is contained in:
parent
3996ee3a98
commit
4ddb62de16
1 changed files with 11 additions and 0 deletions
|
|
@ -15,4 +15,15 @@ return {
|
|||
tailwind = true,
|
||||
},
|
||||
},
|
||||
-- Disabled by conflict with neotree
|
||||
-- {
|
||||
-- "brenoprata10/nvim-highlight-colors",
|
||||
-- lazy = true,
|
||||
-- event = "VeryLazy",
|
||||
-- opts = {
|
||||
-- render = "virtual",
|
||||
-- virtual_symbol = "",
|
||||
-- enable_tailwind = true,
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue