vim/colorizer: use foreground mode
It's easy to confuse the background mode with search highlights.
This commit is contained in:
parent
c9b680e93a
commit
79b5b7812f
1 changed files with 4 additions and 2 deletions
|
@ -8,9 +8,11 @@ M.event = {
|
|||
}
|
||||
|
||||
M.config = function()
|
||||
require('colorizer').setup(nil, {
|
||||
css = true,
|
||||
require('colorizer').setup(--[[ filetypes ]] nil, {
|
||||
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
|
||||
mode = 'foreground',
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue