fix(terminal): whichkey -> which-key (#2380)

This commit is contained in:
Max Verevkin 2022-03-22 17:17:05 +02:00 committed by GitHub
parent 4affc21771
commit 7695cfdb42
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

@ -88,7 +88,7 @@ M.add_exec = function(opts)
term_mode = { [opts.keymap] = exec_func },
}
local wk_status_ok, wk = pcall(require, "whichkey")
local wk_status_ok, wk = pcall(require, "which-key")
if not wk_status_ok then
return
end