Browse Source

fix(which-key): the PR has been merged to the original repo (#2172)

Abouzar Parvan 3 năm trước cách đây
mục cha
commit
8a557b90c6
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  1. 3 5
      lua/lvim/plugins.lua

+ 3 - 5
lua/lvim/plugins.lua

@@ -33,7 +33,7 @@ local commit = {
   telescope = "015a35626d5a293dc9c19dc2bb301f25850961f6",
   telescope = "015a35626d5a293dc9c19dc2bb301f25850961f6",
   telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954",
   telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954",
   toggleterm = "463843d1ba0288eedaf834872c3eca114d45bddf",
   toggleterm = "463843d1ba0288eedaf834872c3eca114d45bddf",
-  which_key = "312c386ee0eafc925c27869d2be9c11ebdb807eb",
+  which_key = "387fd676d3f9b419d38890820f6e262dc0fadb46",
 }
 }
 
 
 return {
 return {
@@ -177,10 +177,8 @@ return {
 
 
   -- Whichkey
   -- 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()
     config = function()
       require("lvim.core.which-key").setup()
       require("lvim.core.which-key").setup()
     end,
     end,