.dotfiles/.config/nvim/lua/nvwynd/plugins/ui.lua

12 lines
106 B
Lua
Raw Normal View History

2024-05-24 16:07:28 +03:00
return {
{
"stevearc/dressing.nvim",
opts = {},
},
{
"rcarriga/nvim-notify",
opts = {},
},
}