nvim: swapped colorizer plugin

master
tiyn 1 year ago
parent bbf169004f
commit 5996f8d110

@ -323,10 +323,29 @@ return require("lazy").setup({
-- showing color of hex values, etc -- showing color of hex values, etc
{ {
'norcalli/nvim-colorizer.lua', 'nvchad/nvim-colorizer.lua',
opts = { opts = {
'*', filetypes = {
'!markdown' '*',
'!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…
Cancel
Save