From f15428e6550db4e37e25af54fb511459e26b6cb1 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 3 May 2021 02:31:16 +0200 Subject: Adds the ability to toggle on/off whichkey and dashboard (#337) --- lv-settings.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lv-settings.lua') 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 -- cgit v1.2.3