diff options
author | rebuilt <[email protected]> | 2021-05-03 02:31:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-02 20:31:16 -0400 |
commit | f15428e6550db4e37e25af54fb511459e26b6cb1 (patch) | |
tree | 8bb3555f89e7a421c6f3ba880d7a4e2ba4ae6480 /lv-settings.lua | |
parent | 99364ef2b736c28e4b4afd739ca3469a604c4a02 (diff) |
Adds the ability to toggle on/off whichkey and dashboard (#337)
Diffstat (limited to 'lv-settings.lua')
-rw-r--r-- | lv-settings.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv-settings.lua b/lv-settings.lua index 9c9add59..f02d7337 100644 --- a/lv-settings.lua +++ b/lv-settings.lua @@ -1,3 +1,5 @@ +-- 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 @@ -52,3 +54,10 @@ 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 |