blob: 2608ae6b44cb672233a290fb1d95ac13159f8afd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
return {
{
'NvChad/nvim-colorizer.lua',
-- 'norcalli/nvim-colorizer.lua',
lazy = false,
opts = {
name = true,
RRGGBB = true,
RRGGBBAA = true,
rgb_fn = true,
hsl_fn = true,
mode = 'background',
},
},
}
|