6afe9d61c3
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
16 lines
226 B
Lua
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,
|
|
}
|
|
},
|
|
}
|