Sfoglia il codice sorgente

fix(which-key): temporary solution for which-key (#2150)

Jieru Mei 3 anni fa
parent
commit
6740afd743
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      lua/lvim/plugins.lua

+ 4 - 2
lua/lvim/plugins.lua

@@ -176,8 +176,10 @@ return {
 
   -- Whichkey
   {
-    "folke/which-key.nvim",
-    commit = commit.which_key,
+    -- "folke/which-key.nvim",
+    -- commit = commit.which_key,
+    "zeertzjq/which-key.nvim",
+    branch = "patch-1",
     config = function()
       require("lvim.core.which-key").setup()
     end,