Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 7e88600

Browse files
plugin: set notify options in core
Botton up notifications to avoid clash with noice popup 1000 milisecond timeout (5000 default) [Resolve: # ] [Related: # ]
1 parent 844e218 commit 7e88600

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

plugins/core.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,15 @@ return {
8484
-- }, { mode = "n", prefix = "<leader>" })
8585
-- end,
8686
-- },
87+
-- Configure notify popups
88+
{
89+
"rcarriga/nvim-notify",
90+
opts = {
91+
top_down = false,
92+
timeout = 1000,
93+
-- log level - hide file write messages
94+
level = 3,
95+
-- background_color = "#000000",
96+
},
97+
},
8798
}

0 commit comments

Comments
 (0)