nix-conf/home/config/nvim/lua/plugins/notify.lua
2024-12-13 22:30:05 +08:00

13 lines
225 B
Lua
Executable file

return {
{
"rcarriga/nvim-notify",
opts = {
stages = "slide",
render = "wrapped-compact",
timeout = 2000,
top_down = false,
fps = 40,
background_colour = "#000000",
},
},
}