Tweak neovim timers which were too fast for using modtap keyboard

shortcut without dedicated keys. I.e, I couldnt hit <Leader>1 in time.
This commit is contained in:
Martin Larsson 2025-07-10 13:37:11 +02:00
parent dca2aa5849
commit aa083d677f

View file

@ -44,8 +44,8 @@ opt.relativenumber = true
opt.numberwidth = 4 opt.numberwidth = 4
-- Decrease update time -- Decrease update time
opt.updatetime = 250 opt.updatetime = 400
opt.timeoutlen = 300 opt.timeoutlen = 750
-- Disable swapfile, 99/100 times it just gets in the way -- Disable swapfile, 99/100 times it just gets in the way
opt.swapfile = false opt.swapfile = false