|
@@ -75,7 +75,7 @@ O = {
|
|
-- Builtins
|
|
-- Builtins
|
|
dashboard = { active = false },
|
|
dashboard = { active = false },
|
|
colorizer = { active = false },
|
|
colorizer = { active = false },
|
|
- zen = { active = false },
|
|
|
|
|
|
+ -- zen = { active = false },
|
|
ts_playground = { active = false },
|
|
ts_playground = { active = false },
|
|
ts_context_commentstring = { active = false },
|
|
ts_context_commentstring = { active = false },
|
|
ts_hintobjects = { active = false },
|
|
ts_hintobjects = { active = false },
|
|
@@ -265,3 +265,5 @@ O = {
|
|
footer = { "chrisatmachine.com" },
|
|
footer = { "chrisatmachine.com" },
|
|
},
|
|
},
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+require "lv-zen.config"
|