Selaa lähdekoodia

only use lush active

christianchiarulli 4 vuotta sitten
vanhempi
commit
44f4dc2e16
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lua/lv-which-key/init.lua

+ 1 - 1
lua/lv-which-key/init.lua

@@ -68,7 +68,7 @@ if O.plugin.telescope_project.active then
   mappings["P"] = "Projects"
 end
 
-if O.lushmode then
+if O.plugin.lush.active then
   mappings["L"] = {
     name = "+Lush",
     l = { ":Lushify<cr>", "Lushify" },