mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
nvim: swapped colorizer plugin
This commit is contained in:
parent
bbf169004f
commit
5996f8d110
@ -323,10 +323,29 @@ return require("lazy").setup({
|
||||
|
||||
-- showing color of hex values, etc
|
||||
{
|
||||
'norcalli/nvim-colorizer.lua',
|
||||
'nvchad/nvim-colorizer.lua',
|
||||
opts = {
|
||||
'*',
|
||||
'!markdown'
|
||||
filetypes = {
|
||||
'*',
|
||||
'!markdown'
|
||||
},
|
||||
user_default_options = {
|
||||
RGB = true,
|
||||
RRGGBB = true,
|
||||
RRGGBBAA = true,
|
||||
AARRGGBB = true,
|
||||
rgb_fn = true,
|
||||
hsl_fn = true,
|
||||
css_fn = true,
|
||||
mode = "virtualtext",
|
||||
virtualtext = " ",
|
||||
},
|
||||
-- all the sub-options of filetypes apply to buftypes
|
||||
buftypes = {
|
||||
"*",
|
||||
"!prompt",
|
||||
"!popup"
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user