mirror of https://github.com/LazyVim/starter
feat: add nvim-highlight back
- currently disable because of neotree conflictpull/99/head
parent
3996ee3a98
commit
4ddb62de16
|
@ -15,4 +15,15 @@ return {
|
||||||
tailwind = true,
|
tailwind = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
-- Disabled by conflict with neotree
|
||||||
|
-- {
|
||||||
|
-- "brenoprata10/nvim-highlight-colors",
|
||||||
|
-- lazy = true,
|
||||||
|
-- event = "VeryLazy",
|
||||||
|
-- opts = {
|
||||||
|
-- render = "virtual",
|
||||||
|
-- virtual_symbol = "",
|
||||||
|
-- enable_tailwind = true,
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue