10 lines
135 B
Lua
10 lines
135 B
Lua
return {
|
|
"rcarriga/nvim-notify",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
background_colour = "#000000",
|
|
timeout = 0,
|
|
},
|
|
config = true,
|
|
}
|