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