Skip to content

Commit 5107d48

Browse files
committed
doc: add info about timeoutlen (nvim-lua#691)
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
1 parent 7ca5dbb commit 5107d48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ vim.opt.signcolumn = 'yes'
130130

131131
-- Decrease update time
132132
vim.opt.updatetime = 250
133+
134+
-- Decrease mapped sequence wait time
135+
-- Displays which-key popup sooner
133136
vim.opt.timeoutlen = 300
134137

135138
-- Configure how new splits should be opened

0 commit comments

Comments
 (0)