refactor: increase the timeoutlen by another 100 ms

This commit is contained in:
Dinesh Salunke 2025-04-06 14:47:50 +05:30
parent bb2c9b065a
commit 3465ba91cc

View File

@ -37,7 +37,7 @@ opt.signcolumn = "yes"
opt.splitbelow = true
opt.splitright = true
opt.termguicolors = true
opt.timeoutlen = 400
opt.timeoutlen = 300
opt.undofile = true
opt.swapfile = false