dotfiles/.config/nvim/lua/plugins/nvim-notify.lua
2023-12-31 13:20:47 +01:00

9 lines
141 B
Lua

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