summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2022-01-13 14:30:12 +0330
committerGitHub <[email protected]>2022-01-13 12:00:12 +0100
commit8a557b90c6da7b598250b48198a972cca0ff31c2 (patch)
tree0d75a69db5b6e0b580564d289c64cf02513a108c
parentdf814d5a84501b8d064ddc5e00d903ad3d02f8d8 (diff)
fix(which-key): the PR has been merged to the original repo (#2172)
-rw-r--r--lua/lvim/plugins.lua8
1 files changed, 3 insertions, 5 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua
index e3599db5..853869b1 100644
--- a/lua/lvim/plugins.lua
+++ b/lua/lvim/plugins.lua
@@ -33,7 +33,7 @@ local commit = {
telescope = "015a35626d5a293dc9c19dc2bb301f25850961f6",
telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954",
toggleterm = "463843d1ba0288eedaf834872c3eca114d45bddf",
- which_key = "312c386ee0eafc925c27869d2be9c11ebdb807eb",
+ which_key = "387fd676d3f9b419d38890820f6e262dc0fadb46",
}
return {
@@ -177,10 +177,8 @@ return {
-- Whichkey
{
- -- "folke/which-key.nvim",
- -- commit = commit.which_key,
- "zeertzjq/which-key.nvim",
- branch = "patch-1",
+ "folke/which-key.nvim",
+ commit = commit.which_key,
config = function()
require("lvim.core.which-key").setup()
end,