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