Skip to content

Commit 1602120

Browse files
committed
fix(nvim): fix which-key.nvim crash
1 parent a127aa6 commit 1602120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private_dot_config/nvim/lua/plugins-d/_which-key.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ local function config()
7272
end
7373

7474
return {
75-
'folke/which-key.nvim',
75+
'zeertzjq/which-key.nvim', branch = 'patch-1', -- wait https://github.com/folke/which-key.nvim/pull/227 to be merged
7676
config = config,
7777
}

0 commit comments

Comments
 (0)