dotfiles/.config/nvim/lua/plugins/extras/lazyvim/nvim-notify.lua

9 lines
141 B
Lua

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