dotfiles/.config/nvim/lua/plugins/extras/ui/nvim-notify-extended.lua
2024-06-01 22:09:26 +02:00

9 lines
141 B
Lua

return {
"rcarriga/nvim-notify",
opts = {
fps = 75,
stages = "slide",
render = "wrapped-compact",
timeout = 2000,
},
}