feat(nvim): new extra: edgy-extended

disable the animations
This commit is contained in:
Sergio Laín 2024-07-29 00:49:36 +02:00
parent d5a54f25e0
commit 2bc1382428
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 9 additions and 0 deletions

View file

@ -58,6 +58,7 @@
"plugins.extras.ui.colorschemes.catppuccin",
"plugins.extras.ui.context",
"plugins.extras.ui.dashboard-extended",
"plugins.extras.ui.edgy-extended",
"plugins.extras.ui.highlight-colors",
"plugins.extras.ui.lualine-extended",
"plugins.extras.ui.noice-extended",

View file

@ -0,0 +1,8 @@
return {
"folke/edgy.nvim",
opts = {
animate = {
enabled = false,
},
},
}