dotfiles/.config/nvim/lua/plugins/extras/ui/edgy-extended.lua
Sergio Laín 2bc1382428
feat(nvim): new extra: edgy-extended
disable the animations
2024-07-29 00:49:44 +02:00

8 lines
94 B
Lua

return {
"folke/edgy.nvim",
opts = {
animate = {
enabled = false,
},
},
}