diff options
author | christianchiarulli <[email protected]> | 2021-06-28 02:37:33 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 02:37:33 -0400 |
commit | 36daa90e7476007ede1638c1aead995140dbb240 (patch) | |
tree | b08c7fe0289e40ef8fb2c5cc7ca87cb6bd4b88e5 /lv-config.lua | |
parent | 89ea86f0ae322fa9a207f03fcd6974c3ae9f35a2 (diff) |
more optional plugins
Diffstat (limited to 'lv-config.lua')
-rw-r--r-- | lv-config.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lv-config.lua b/lv-config.lua index ff272a0c..2f1fdd97 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -17,7 +17,9 @@ O.extras = false O.leader_key = ' ' -- After changing plugin config it is recommended to run :PackerCompile -O.plugins.hop.active = true +O.plugin.hop.active = true +O.plugin.dial.active = true +O.plugin.dashboard.active = true -- dashboard -- O.dashboard.custom_header = {""} |