diff options
author | Chris <[email protected]> | 2021-05-02 20:48:07 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-05-02 20:48:07 -0400 |
commit | 86472017e543cd737a35a04b3cf32009b46b0dd1 (patch) | |
tree | e662a49457275823d2a55d0d6bd8fc7e250d6fcf /lv-settings.lua | |
parent | f15428e6550db4e37e25af54fb511459e26b6cb1 (diff) |
Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
Diffstat (limited to 'lv-settings.lua')
-rw-r--r-- | lv-settings.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lv-settings.lua b/lv-settings.lua index f02d7337..9c9add59 100644 --- a/lv-settings.lua +++ b/lv-settings.lua @@ -1,5 +1,3 @@ --- File search will ignore this file because it's in your .gitignore. Remove it from .gitignore for it to be listed in file search results - --[[ O is the global options object @@ -54,10 +52,3 @@ O.json.autoformat = true -- ruby O.ruby.autoformat = true -- create custom autocommand field (This would be easy with lua) - --- Plugin Settings --- ========================================================== --- Dashboard --- File search will ignore this file because it's in your .gitignore. Remove it from .gitignore for it to be listed in file search results -O.dashboard.enable = true -O.whichkey.enable = true |