From 7715b7c2eed1a7e6ea02fd6a99a9f006c792dce4 Mon Sep 17 00:00:00 2001
From: TLW <58749948+TinyLittleWheatley@users.noreply.github.com>
Date: Fri, 15 Mar 2024 17:24:49 +0330
Subject: [PATCH] doc: add info about timeoutlen (#691)

Add separate comment for `timeoutlen` option
`timeoutlen` option was under unrelated comment with `updatetime` option.
---
 init.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/init.lua b/init.lua
index 04cc6b7..964ff82 100644
--- a/init.lua
+++ b/init.lua
@@ -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