9 lines
120 B
Lua
Raw Normal View History

2023-10-20 13:55:21 +00:00
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
opts = {
background_colour = "#000000",
},
config = true,
}