feat: add nvim-highlight back

- currently disable because of neotree conflict
This commit is contained in:
fm39hz-workstation 2024-05-20 15:47:26 +07:00 committed by fm39hz-laptop
parent 3996ee3a98
commit 4ddb62de16

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