Skip to content

Commit cab0cbe

Browse files
TinyLittleWheatleydmaspataud
authored andcommitted
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 8fc5106 commit cab0cbe

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
@@ -133,6 +133,9 @@ vim.opt.signcolumn = 'yes'
133133

134134
-- Decrease update time
135135
vim.opt.updatetime = 250
136+
137+
-- Decrease mapped sequence wait time
138+
-- Displays which-key popup sooner
136139
vim.opt.timeoutlen = 300
137140

138141
-- Configure how new splits should be opened

0 commit comments

Comments
 (0)