Przeglądaj źródła

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

Max Verevkin 3 lat temu
rodzic
commit
7695cfdb42
1 zmienionych plików z 1 dodań i 1 usunięć
  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