Update init.lua
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
This commit is contained in:
parent
b83b2b061c
commit
efb998460f
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -127,6 +127,9 @@ vim.opt.signcolumn = 'yes'
|
|||
|
||||
-- Decrease update time
|
||||
vim.opt.updatetime = 250
|
||||
|
||||
-- Decrease mapped sequence wait time
|
||||
-- Displays which-key popup sooner
|
||||
vim.opt.timeoutlen = 300
|
||||
|
||||
-- Configure how new splits should be opened
|
||||
|
|
Loading…
Reference in a new issue