add background_color to notify

pull/424/head
vladstojna 2 years ago committed by vladstojna
parent 5045641462
commit ee05de7d29

@ -81,6 +81,11 @@ return {
desc = "[D]elete all [N]otifications",
},
},
config = function()
require("notify").setup {
background_colour = "#000000",
}
end,
},
{
"folke/todo-comments.nvim",

Loading…
Cancel
Save