Remove colorizer plugin
This commit is contained in:
parent
14d73abe6f
commit
06c3df19e7
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
return {
|
|
||||||
"norcalli/nvim-colorizer.lua",
|
|
||||||
event = "VeryLazy",
|
|
||||||
lazy = true,
|
|
||||||
opts = {
|
|
||||||
DEFAULT_OPTIONS = {
|
|
||||||
RGB = true,
|
|
||||||
RRGGBB = true,
|
|
||||||
names = false,
|
|
||||||
RRGGBBAA = true,
|
|
||||||
css = true,
|
|
||||||
css_fn = true,
|
|
||||||
mode = "background",
|
|
||||||
},
|
|
||||||
"*",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue