12 lines
169 B
Lua
Raw Normal View History

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