浏览代码

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

Max Verevkin 3 年之前
父节点
当前提交
7695cfdb42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/terminal.lua

+ 1 - 1
lua/lvim/core/terminal.lua

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