Update configuration

This commit is contained in:
Saeed Afzal
2023-03-03 21:17:23 +00:00
parent 1d891abbd3
commit 85cf458908
10 changed files with 24 additions and 219 deletions

View File

@@ -1,13 +1,11 @@
require("colorizer").setup(
{ "*" },
{
RGB = true,
RRGGBB = true,
names = true,
require("colorizer").setup {
user_default_options = {
RRGGBBAA = true,
AARRGGBB = true,
rgb_fn = true,
hsl_fn = true,
css = true,
css_fn = true
css_fn = true,
sass = { enable = true }
}
)
}