summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-10-22 14:50:49 +0330
committerGitHub <[email protected]>2021-10-22 14:50:49 +0330
commitd4fd273b5534ac610a3b6f361acb676cb688925f (patch)
treedaf1d62ac8dbb07551a89c5cba2a36ce7ee4648b
parent20e5e507973362016381538aab3091fc0f63ef03 (diff)
feat: use the main folke which-key branch
-rw-r--r--lua/lvim/plugins.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua
index e9219404..a178eba5 100644
--- a/lua/lvim/plugins.lua
+++ b/lua/lvim/plugins.lua
@@ -96,10 +96,8 @@ return {
},
-- Whichkey
- -- TODO: change back to folke/which-key.nvim after folke got back
{
- "abzcoding/which-key.nvim",
- branch = "fix/neovim-6-position",
+ "folke/which-key.nvim",
config = function()
require("lvim.core.which-key").setup()
end,