nvim/lua/custom/plugins/colorizer.lua

16 lines
226 B
Lua
Raw Permalink Normal View History

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