From 7b78562f582ccfa1586c0d79522510c8085e5909 Mon Sep 17 00:00:00 2001 From: Ruslan Rakhmanov Date: Tue, 8 Apr 2025 17:36:18 +0200 Subject: [PATCH] Added delay for which-key --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 777c697a..515cc79d 100644 --- a/init.lua +++ b/init.lua @@ -297,7 +297,7 @@ require('lazy').setup({ opts = { -- delay between pressing a key and opening which-key (milliseconds) -- this setting is independent of vim.opt.timeoutlen - delay = 0, + delay = 500, icons = { -- set icon mappings to true if you have a Nerd Font mappings = vim.g.have_nerd_font,