8 lines
110 B
Lua
8 lines
110 B
Lua
return {
|
|
'rcarriga/nvim-notify',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
background_colour = '#000000',
|
|
},
|
|
}
|