feat: plugin cleanup

This commit is contained in:
2026-07-11 23:06:11 +02:00
parent e1429b3224
commit d3e2ea602e
10 changed files with 20 additions and 252 deletions

View File

@@ -3,7 +3,7 @@ return {
"NvChad/nvim-colorizer.lua",
config = function()
require("colorizer").setup({
filetypes = { "css", "javascript", html = { mode = "foreground" }, "astro", "vue", "scss" },
filetypes = { "css", "javascript", html = { mode = "foreground" }, "astro", "vue", "scss", "text" },
user_default_options = {
RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes