Browse Source

feat: use the main folke which-key branch

Abouzar Parvan 3 years ago
parent
commit
d4fd273b55
1 changed files with 1 additions and 3 deletions
  1. 1 3
      lua/lvim/plugins.lua

+ 1 - 3
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,