Quellcode durchsuchen

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

Max Verevkin vor 3 Jahren
Ursprung
Commit
7695cfdb42
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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