feat: add nvim-highlight back

- currently disable because of neotree conflict
pull/98/head
fm39hz-workstation 2024-05-20 15:47:26 +07:00
parent c38b5e31bd
commit 6d7831663d
1 changed files with 11 additions and 0 deletions

View File

@ -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,
-- },
-- },
}