add plugin dressing

This commit is contained in:
leafee98 2023-12-15 13:32:06 +08:00
parent e4de3f2670
commit f0879dd3dd

View file

@ -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",