summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index 0f9039aa..b22d8871 100644
--- a/init.lua
+++ b/init.lua
@@ -6,10 +6,7 @@ require "plugins"
vim.g.colors_name = O.colorscheme -- Colorscheme must get called after plugins are loaded or it will break new installs.
require "lv-utils"
require "lv-treesitter"
-if O.plugin.dashboard.active then
- require("lv-dashboard").config()
-end
--- TODO these gues need to be in language files
+-- TODO these guys need to be in language files
-- require "lsp"
-- if O.lang.emmet.active then
-- require "lsp.emmet-ls"