20 lines
405 B
Lua
20 lines
405 B
Lua
return {
|
|
"NvChad/nvim-colorizer.lua",
|
|
event = "BufEnter",
|
|
opts = {
|
|
filetypes = {
|
|
"*";
|
|
"!markdown";
|
|
},
|
|
user_default_options = {
|
|
RRGGBBAA = true,
|
|
AARRGGBB = true,
|
|
rgb_fn = true,
|
|
hsl_fn = true,
|
|
css = true,
|
|
css_fn = true,
|
|
sass = { enable = true }
|
|
}
|
|
}
|
|
}
|