doc: add info about timeoutlen (#691)

Add separate comment for `timeoutlen` option
`timeoutlen` option was under unrelated comment with `updatetime` option.
This commit is contained in:
TLW 2024-03-15 17:24:49 +03:30 committed by GitHub
parent 205c04b2b5
commit 8d73f7d20a
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,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