dotfiles/.config/nvim/lua/plugins/extras/ui/edgy-extended.lua
2024-11-10 01:43:18 +01:00

6 lines
83 B
Lua

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