Skip to content

Commit

Permalink
fix(nvim): notify timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 10, 2023
1 parent 54d3f85 commit 494b518
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 = 10000,
timeout = 2500,
max_height = function()
return math.floor(vim.o.lines * 0.75)
end,
Expand Down

0 comments on commit 494b518

Please sign in to comment.