diff options
author | christianchiarulli <[email protected]> | 2021-07-10 02:38:54 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-10 02:38:54 -0400 |
commit | 44f4dc2e160c970a6c7f8a9036fff33f1bdc39a9 (patch) | |
tree | ee188693b0d60bf9f9b358d5bc4915bfa901e417 | |
parent | ff89ebd8e69b4cd94bfa458aa3f732cad11afeb7 (diff) |
only use lush active
-rw-r--r-- | lua/lv-which-key/init.lua | 2 |
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" }, |