add plugin dressing
This commit is contained in:
parent
e4de3f2670
commit
f0879dd3dd
|
@ -7,6 +7,12 @@ return {
|
||||||
vim.cmd("colorscheme gruvbox-material")
|
vim.cmd("colorscheme gruvbox-material")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'stevearc/dressing.nvim',
|
||||||
|
enabled = custom.full_feature,
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = { },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
|
|
Loading…
Reference in a new issue