We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a127aa6 commit 1602120Copy full SHA for 1602120
private_dot_config/nvim/lua/plugins-d/_which-key.lua
@@ -72,6 +72,6 @@ local function config()
72
end
73
74
return {
75
- 'folke/which-key.nvim',
+ 'zeertzjq/which-key.nvim', branch = 'patch-1', -- wait https://github.com/folke/which-key.nvim/pull/227 to be merged
76
config = config,
77
}
0 commit comments