summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 059eb477..317886cc 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -75,7 +75,7 @@ O = {
-- Builtins
dashboard = { active = false },
colorizer = { active = false },
- zen = { active = false },
+ -- zen = { active = false },
ts_playground = { active = false },
ts_context_commentstring = { active = false },
ts_hintobjects = { active = false },
@@ -265,3 +265,5 @@ O = {
footer = { "chrisatmachine.com" },
},
}
+
+require "lv-zen.config"