✨ feat(nvim): new extra: edgy-extended
disable the animations
This commit is contained in:
parent
d5a54f25e0
commit
2bc1382428
2 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
8
.config/nvim/lua/plugins/extras/ui/edgy-extended.lua
Normal file
8
.config/nvim/lua/plugins/extras/ui/edgy-extended.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"folke/edgy.nvim",
|
||||
opts = {
|
||||
animate = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue