chore: use colorizer for css only

This commit is contained in:
Simon Lasbrugnas 2024-11-11 01:10:35 +01:00
parent bd6e432b15
commit e111ce7f6f
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -1 +1,6 @@
return { 'norcalli/nvim-colorizer.lua' }
return {
"norcalli/nvim-colorizer.lua",
opts = {
"css",
}
}