This commit is contained in:
2025-09-07 12:19:33 +02:00
parent c9395198b6
commit ee7118286d
3 changed files with 3 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ return {
'folke/which-key.nvim',
event = 'VimEnter', -- Sets the loading event to 'VimEnter'
opts = {
preset = 'helix',
-- delay between pressing a key and opening which-key (milliseconds)
-- this setting is independent of vim.o.timeoutlen
delay = 0,