only use lush active

This commit is contained in:
christianchiarulli 2021-07-10 02:38:54 -04:00
parent ff89ebd8e6
commit 44f4dc2e16

View file

@ -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" },