🗑️ remove(nvim): colorizer names
This commit is contained in:
parent
0dcf92e545
commit
862bce587a
1 changed files with 30 additions and 30 deletions
|
@ -7,7 +7,7 @@ return {
|
|||
user_default_options = {
|
||||
RGB = true, -- #RGB 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
|
||||
AARRGGBB = true, -- 0xAARRGGBB hex codes
|
||||
rgb_fn = true, -- CSS rgb() and rgba() functions
|
||||
|
|
Loading…
Add table
Reference in a new issue