Skip to content

Commit

Permalink
notify: move notification window to bottom and reduce the timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 13, 2023
1 parent 6972e80 commit d737af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ register("lukas-reineke/indent-blankline.nvim", {
register("rcarriga/nvim-notify", {
event = "UIEnter",
config = function()
require("notify").setup({
timeout = 2000,
top_down = false,
})
vim.notify = require("notify")
end,
})
Expand Down

0 comments on commit d737af7

Please sign in to comment.