9 lines
139 B
Lua
9 lines
139 B
Lua
return {
|
|
'rcarriga/nvim-notify',
|
|
config = function()
|
|
require('notify').setup {
|
|
background_colour = '#000000',
|
|
}
|
|
end,
|
|
}
|