mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Removed plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user