Skip to content

Commit

Permalink
doc: add info about timeoutlen (nvim-lua#691)
Browse files Browse the repository at this point in the history
Add separate comment for `timeoutlen` option
`timeoutlen` option was under unrelated comment with `updatetime` option.
  • Loading branch information
TinyLittleWheatley committed Mar 15, 2024
1 parent b529bc3 commit 7715b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7715b7c

Please sign in to comment.