dotfiles/.config/nvim/lua/plugins/extras/ui/edgy-extended.lua
2025-03-14 01:57:34 +01:00

9 lines
149 B
Lua

return {
{ import = "lazyvim.plugins.extras.ui.edgy" },
{
"folke/edgy.nvim",
opts = {
animate = { enabled = false },
},
},
}