add background_color to notify

This commit is contained in:
vladstojna 2023-04-27 16:54:14 +01:00 committed by vladstojna
parent 5045641462
commit ee05de7d29
1 changed files with 5 additions and 0 deletions

View File

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