🗑️ remove(nvim): colorizer names

This commit is contained in:
Sergio Laín 2023-10-14 22:19:07 +02:00
parent 0dcf92e545
commit 862bce587a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -7,7 +7,7 @@ return {
user_default_options = { user_default_options = {
RGB = true, -- #RGB hex codes RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes RRGGBB = true, -- #RRGGBB hex codes
names = true, -- "Name" codes like Blue or blue names = false, -- "Name" codes like Blue or blue
RRGGBBAA = true, -- #RRGGBBAA hex codes RRGGBBAA = true, -- #RRGGBBAA hex codes
AARRGGBB = true, -- 0xAARRGGBB hex codes AARRGGBB = true, -- 0xAARRGGBB hex codes
rgb_fn = true, -- CSS rgb() and rgba() functions rgb_fn = true, -- CSS rgb() and rgba() functions