diff options
author | christianchiarulli <[email protected]> | 2021-06-28 01:46:25 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 01:46:25 -0400 |
commit | 89ea86f0ae322fa9a207f03fcd6974c3ae9f35a2 (patch) | |
tree | bbecfd22a8025a9d751243a3bca64da23840121e /lv-config.lua | |
parent | f99b82bd6e7d4d317e082411f5192c76097b7149 (diff) |
handsome new plugin config
Diffstat (limited to 'lv-config.lua')
-rw-r--r-- | lv-config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lv-config.lua b/lv-config.lua index e32cab4a..ff272a0c 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -16,6 +16,9 @@ O.document_highlight = true O.extras = false O.leader_key = ' ' +-- After changing plugin config it is recommended to run :PackerCompile +O.plugins.hop.active = true + -- dashboard -- O.dashboard.custom_header = {""} -- O.dashboard.footer = {""} |