Ver código fonte

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

Jieru Mei 3 anos atrás
pai
commit
6740afd743
1 arquivos alterados com 4 adições e 2 exclusões
  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,