summaryrefslogtreecommitdiff
path: root/lv-settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lv-settings.lua')
-rw-r--r--lv-settings.lua4
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"}