12 lines
169 B
Lua
Raw Normal View History

2023-10-20 13:55:21 +00:00
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
opts = {
background_colour = "#000000",
2024-03-09 21:03:35 +00:00
fps = 60,
render = "compact",
2024-03-01 23:32:40 +00:00
timeout = 0,
2023-10-20 13:55:21 +00:00
},
config = true,
}