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

This commit is contained in:
Jieru Mei 2022-01-06 13:14:40 -05:00 committed by GitHub
parent 8fd71b5084
commit 6740afd743
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,