diff options
| author | Abouzar Parvan <[email protected]> | 2021-10-22 14:50:49 +0330 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-22 14:50:49 +0330 | 
| commit | d4fd273b5534ac610a3b6f361acb676cb688925f (patch) | |
| tree | daf1d62ac8dbb07551a89c5cba2a36ce7ee4648b /lua | |
| parent | 20e5e507973362016381538aab3091fc0f63ef03 (diff) | |
feat: use the main folke which-key branch
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lvim/plugins.lua | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index e9219404..a178eba5 100644 --- a/lua/lvim/plugins.lua +++ b/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, | 
