From 06c3df19e7f0520ec4e0366aad5b77b6089c202d Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 22 Mar 2026 23:30:56 +0100 Subject: [PATCH] Remove colorizer plugin --- nvim/lua/plugs/colorizer.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nvim/lua/plugs/colorizer.lua diff --git a/nvim/lua/plugs/colorizer.lua b/nvim/lua/plugs/colorizer.lua deleted file mode 100644 index cbd4414..0000000 --- a/nvim/lua/plugs/colorizer.lua +++ /dev/null @@ -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", - }, - "*", - } -}