diff options
author | christianchiarulli <[email protected]> | 2021-06-28 03:04:28 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 03:04:28 -0400 |
commit | 9d11c74503f33d1ec92584baa2c3cf8bfd328933 (patch) | |
tree | 5643de8d5972c8d0bd77855914bb23259a6279d0 /lv-config.lua | |
parent | 36daa90e7476007ede1638c1aead995140dbb240 (diff) |
zen mode lazyload
Diffstat (limited to 'lv-config.lua')
-rw-r--r-- | lv-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv-config.lua b/lv-config.lua index 2f1fdd97..dc196eeb 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -20,6 +20,7 @@ O.leader_key = ' ' O.plugin.hop.active = true O.plugin.dial.active = true O.plugin.dashboard.active = true +O.plugin.matchup.active = true -- dashboard -- O.dashboard.custom_header = {""} |