Skip to content

Commit

Permalink
fix(nvim): increase notifications timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 8, 2023
1 parent f653d56 commit d4c70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neovim/config/lua/user/notify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local notify = require("notify")
notify.setup({
render = "minimal",
stages = "fade",
timeout = 3000,
timeout = 10000,
max_height = function()
return math.floor(vim.o.lines * 0.75)
end,
Expand Down

0 comments on commit d4c70dd

Please sign in to comment.