feat: add nvim-highlight back

- currently disable because of neotree conflict
pull/99/head
fm39hz-workstation 2024-05-20 15:47:26 +07:00 committed by fm39hz-laptop
parent 3996ee3a98
commit 4ddb62de16
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,
-- },
-- },
}