chore: use colorizer for css only
This commit is contained in:
parent
bd6e432b15
commit
e111ce7f6f
1 changed files with 6 additions and 1 deletions
|
|
@ -1 +1,6 @@
|
||||||
return { 'norcalli/nvim-colorizer.lua' }
|
return {
|
||||||
|
"norcalli/nvim-colorizer.lua",
|
||||||
|
opts = {
|
||||||
|
"css",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue