Show notification window at the bottom
Probably less intrusive this way, we'll see...
This commit is contained in:
parent
bb4ddf3235
commit
4499fe820c
@ -26,7 +26,13 @@ return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
config = function()
|
||||
vim.notify = require("notify")
|
||||
local notify = require("notify")
|
||||
|
||||
notify.setup({
|
||||
top_down = false,
|
||||
})
|
||||
|
||||
vim.notify = notify
|
||||
end
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user