Removed plugin

This commit is contained in:
Kristofers Solo
2023-09-03 19:34:30 +03:00
parent f1b78f5303
commit 32789241bf
3 changed files with 7 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ if not pcall(require, "colorizer") then
end
require("colorizer").setup({
filetypes = { "html", "css", "javascript", "lua", "yaml", "conf", "toml" },
filetypes = { "html", "css", "javascript", "lua", "yaml", "conf", "toml", "scss" },
user_default_options = {
RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes