From 4f372bb3b77f5bc60aa14fdaf2b9687414fc981a Mon Sep 17 00:00:00 2001 From: rebuilt Date: Thu, 8 Jul 2021 23:12:48 +0200 Subject: call colorschemes only after they get installed (#798) --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 74010cdc..4494e4c2 100644 --- a/init.lua +++ b/init.lua @@ -3,10 +3,11 @@ require "keymappings" vim.cmd("luafile " .. CONFIG_PATH .. "/lv-config.lua") require "settings" 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() + require("lv-dashboard").config() end -- TODO these gues need to be in language files -- require "lsp" -- cgit v1.2.3