Skip to content

Commit 9a5ab75

Browse files
committed
set delay for which-key popup
1 parent 6a9a040 commit 9a5ab75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/kickstart/plugins/which-key.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ return {
1919
opts = {
2020
-- delay between pressing a key and opening which-key (milliseconds)
2121
-- this setting is independent of vim.o.timeoutlen
22-
delay = 0,
22+
delay = 500,
2323
icons = {
2424
-- set icon mappings to true if you have a Nerd Font
2525
mappings = vim.g.have_nerd_font,

0 commit comments

Comments
 (0)