Remove colorizer plugin

This commit is contained in:
Martin Larsson 2026-03-22 23:30:56 +01:00
parent 14d73abe6f
commit 06c3df19e7

View file

@ -1,17 +0,0 @@
return {
"norcalli/nvim-colorizer.lua",
event = "VeryLazy",
lazy = true,
opts = {
DEFAULT_OPTIONS = {
RGB = true,
RRGGBB = true,
names = false,
RRGGBBAA = true,
css = true,
css_fn = true,
mode = "background",
},
"*",
}
}