nvim notify

This commit is contained in:
Henrik Bakken
2025-01-09 16:00:12 +01:00
parent 070b3c1674
commit 4ede6be4af
+6 -1
View File
@@ -102,7 +102,12 @@ require("lazy").setup({
{ {
"rcarriga/nvim-notify", "rcarriga/nvim-notify",
config = function() config = function()
require("notify").setup({ timeout = 2500, stages = "fade", render = "compact" }) require("notify").setup({
timeout = 2500,
background_colour = "#000000",
stages = "fade",
render = "compact",
})
end, end,
}, },
{ {