mirror of https://github.com/LazyVim/starter
chore: remove nvim colorizer completely
parent
fa29044123
commit
a60a65d035
|
@ -6,15 +6,6 @@ return {
|
||||||
},
|
},
|
||||||
config = function() end,
|
config = function() end,
|
||||||
},
|
},
|
||||||
-- Disabled by conflict with neotree
|
|
||||||
-- {
|
|
||||||
-- "NvChad/nvim-colorizer.lua",
|
|
||||||
-- lazy = true,
|
|
||||||
-- event = "VeryLazy",
|
|
||||||
-- opts = {
|
|
||||||
-- tailwind = true,
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
{
|
{
|
||||||
"brenoprata10/nvim-highlight-colors",
|
"brenoprata10/nvim-highlight-colors",
|
||||||
event = "BufReadPre",
|
event = "BufReadPre",
|
||||||
|
|
Loading…
Reference in New Issue