1
0

Put notifications on top

Bottom conflicts with lsp status output and gets in the way too often.
This commit is contained in:
Patrick Auernig 2024-04-20 16:40:55 +02:00
parent 67924c654d
commit 0ef219b200

View File

@ -25,7 +25,7 @@ spec.keys = {
spec.dependencies = {
"MunifTanjim/nui.nvim",
{ "rcarriga/nvim-notify", opts = { top_down = false } },
"rcarriga/nvim-notify",
}
return spec