summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-10 02:38:54 -0400
committerchristianchiarulli <[email protected]>2021-07-10 02:38:54 -0400
commit44f4dc2e160c970a6c7f8a9036fff33f1bdc39a9 (patch)
treeee188693b0d60bf9f9b358d5bc4915bfa901e417
parentff89ebd8e69b4cd94bfa458aa3f732cad11afeb7 (diff)
only use lush active
-rw-r--r--lua/lv-which-key/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua
index ae000ea3..ee2005a9 100644
--- a/lua/lv-which-key/init.lua
+++ b/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" },