Added delay for which-key

This commit is contained in:
Ruslan Rakhmanov 2025-04-08 17:36:18 +02:00
parent 65f9b32fcb
commit 7b78562f58
1 changed files with 1 additions and 1 deletions

View File

@ -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,