nvim/lua/custom/plugins/colorizer.lua
Lucas Barbieri 6afe9d61c3 add the rest of my config
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
2023-08-01 20:43:02 -03:00

16 lines
226 B
Lua

return {
"norcalli/nvim-colorizer.lua",
opts = {
'*',
css = {
RGB = true,
RRGGB = true,
names = true,
rgb_fn = true,
hsl_fn = true,
css = true,
css_fn = true,
}
},
}