vim: colorize CSS color values
This commit is contained in:
parent
4631f93356
commit
19195f471e
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ return {
|
||||||
cond = vim.opt.termguicolors:get(),
|
cond = vim.opt.termguicolors:get(),
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
require('colorizer').setup({'*'}, { mode = 'foreground' })
|
require('colorizer').setup(nil, {
|
||||||
|
mode = 'foreground',
|
||||||
|
css = true,
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue