chore: remove nvim colorizer completely

This commit is contained in:
fm39hz-workstation 2024-05-21 22:15:35 +07:00 committed by fm39hz-laptop
parent fa29044123
commit a60a65d035

View file

@ -6,15 +6,6 @@ return {
},
config = function() end,
},
-- Disabled by conflict with neotree
-- {
-- "NvChad/nvim-colorizer.lua",
-- lazy = true,
-- event = "VeryLazy",
-- opts = {
-- tailwind = true,
-- },
-- },
{
"brenoprata10/nvim-highlight-colors",
event = "BufReadPre",