mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02: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
|
-- 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…
x
Reference in New Issue
Block a user