Files
dotfiles/nvim/lua/plugins/extras/ui/edgy-extended.lua
2025-08-13 21:46:48 +02:00

10 lines
149 B
Lua

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