add background_color to notify
This commit is contained in:
parent
5045641462
commit
ee05de7d29
|
@ -81,6 +81,11 @@ return {
|
||||||
desc = "[D]elete all [N]otifications",
|
desc = "[D]elete all [N]otifications",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
config = function()
|
||||||
|
require("notify").setup {
|
||||||
|
background_colour = "#000000",
|
||||||
|
}
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"folke/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
|
|
Loading…
Reference in New Issue