Update init.lua

Add separate comment for `timeoutlen` option
`timeoutlen` option was under unrelated comment with `updatetime` option.
This commit is contained in:
TLW 2024-03-04 20:20:38 +03:30 committed by GitHub
parent b83b2b061c
commit efb998460f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,9 @@ vim.opt.signcolumn = 'yes'
-- Decrease update time -- Decrease update time
vim.opt.updatetime = 250 vim.opt.updatetime = 250
-- Decrease mapped sequence wait time
-- Displays which-key popup sooner
vim.opt.timeoutlen = 300 vim.opt.timeoutlen = 300
-- Configure how new splits should be opened -- Configure how new splits should be opened