From db2b17be723483c6406234e4017ade9b772a9bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Su=C3=A1rez?= Date: Tue, 4 May 2021 21:02:55 -0500 Subject: =?UTF-8?q?=E2=9C=A8=20=20Change=20dashboard=20header=20and=20foot?= =?UTF-8?q?er=20by=20user=20(#363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :sparkles: ability to change dashboard header and footer. * :sparkles: lv-settings adapted. * comment to keep original one by default. --- lv-settings.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv-settings.lua') diff --git a/lv-settings.lua b/lv-settings.lua index e7be8295..21599146 100644 --- a/lv-settings.lua +++ b/lv-settings.lua @@ -13,6 +13,10 @@ O.colorscheme = 'lunar' O.auto_close_tree = 0 O.wrap_lines = false +-- dashboard +-- O.dashboard.custom_header = {""} +-- O.dashboard.footer = {""} + -- if you don't want all the parsers change this to a table of the ones you want O.treesitter.ensure_installed = "all" O.treesitter.ignore_install = {"haskell"} -- cgit v1.2.3