2024-03-02 00:32:40 +01:00

10 lines
135 B
Lua

return {
"rcarriga/nvim-notify",
event = "VeryLazy",
opts = {
background_colour = "#000000",
timeout = 0,
},
config = true,
}