diff options
author | Francisco Suárez <[email protected]> | 2021-05-04 21:02:55 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-04 22:02:55 -0400 |
commit | db2b17be723483c6406234e4017ade9b772a9bbf (patch) | |
tree | 403aac3a675014a7f66c56828c31eab4ca3f5547 /lv-settings.lua | |
parent | d4a3e948a002635343e5e70813257da9046d3405 (diff) |
✨ Change dashboard header and footer by user (#363)
* :sparkles: ability to change dashboard header and footer.
* :sparkles: lv-settings adapted.
* comment to keep original one by default.
Diffstat (limited to 'lv-settings.lua')
-rw-r--r-- | lv-settings.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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"} |