forked from dineshsalunke/nvim-config
refactor: increase the timeoutlen by another 100 ms
This commit is contained in:
parent
bb2c9b065a
commit
3465ba91cc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user