fix(which-key): the PR has been merged to the original repo (#2172)

This commit is contained in:
Abouzar Parvan 2022-01-13 14:30:12 +03:30 committed by GitHub
parent df814d5a84
commit 8a557b90c6
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

@ -33,7 +33,7 @@ local commit = {
telescope = "015a35626d5a293dc9c19dc2bb301f25850961f6", telescope = "015a35626d5a293dc9c19dc2bb301f25850961f6",
telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954",
toggleterm = "463843d1ba0288eedaf834872c3eca114d45bddf", toggleterm = "463843d1ba0288eedaf834872c3eca114d45bddf",
which_key = "312c386ee0eafc925c27869d2be9c11ebdb807eb", which_key = "387fd676d3f9b419d38890820f6e262dc0fadb46",
} }
return { return {
@ -177,10 +177,8 @@ return {
-- Whichkey -- Whichkey
{ {
-- "folke/which-key.nvim", "folke/which-key.nvim",
-- commit = commit.which_key, commit = commit.which_key,
"zeertzjq/which-key.nvim",
branch = "patch-1",
config = function() config = function()
require("lvim.core.which-key").setup() require("lvim.core.which-key").setup()
end, end,