From 20b35c617c6145ef91a6a8cfba3fe64fa515a8bd Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 23 Nov 2023 14:46:53 +0100 Subject: [PATCH] increase timeout to show which-key --- lua/weeheavy/plugins/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weeheavy/plugins/which-key.lua b/lua/weeheavy/plugins/which-key.lua index 2438af0..b837c0a 100644 --- a/lua/weeheavy/plugins/which-key.lua +++ b/lua/weeheavy/plugins/which-key.lua @@ -3,7 +3,7 @@ return { event = "VeryLazy", init = function() vim.o.timeout = true - vim.o.timeoutlen = 100 + vim.o.timeoutlen = 250 end, opts = { layout = {