summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTLW <58749948+TinyLittleWheatley@users.noreply.github.com>2024-03-15 17:24:49 +0330
committerGitHub <noreply@github.com>2024-03-15 09:54:49 -0400
commit520fa3e74e542c27899666349d22dc963f4d3205 (patch)
treed8cca9c6e0281ad9f25d7f4f78a4716acd0c34dc
parent4fd15622beaec6262bb2de944996c06003fec712 (diff)
downloaddots-520fa3e74e542c27899666349d22dc963f4d3205.tar.gz
doc: add info about timeoutlen (#691)
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
-rw-r--r--nvim/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 04cc6b7..964ff82 100644
--- a/nvim/init.lua
+++ b/nvim/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