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