11 lines
161 B
Lua
11 lines
161 B
Lua
|
return {
|
||
|
{
|
||
|
"rcarriga/nvim-notify",
|
||
|
config = function()
|
||
|
require("notify").setup({
|
||
|
background_colour = "#191724",
|
||
|
})
|
||
|
end,
|
||
|
},
|
||
|
}
|