From 0cecc1669d2b692b2bf22d01bc611f91f56545a7 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 30 Jun 2021 15:47:11 +0200 Subject: Colorscheme needs to be set after plugins have been installed (#556) --- lv-config.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lv-config.lua') diff --git a/lv-config.lua b/lv-config.lua index e14ae59e..43408208 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -9,8 +9,6 @@ an executable -- general O.auto_complete = true O.colorscheme = 'lunar' --- TODO is there a lua native way to do this? -vim.cmd('colorscheme ' .. O.colorscheme) O.auto_close_tree = 0 O.wrap_lines = false O.timeoutlen = 100 -- cgit v1.2.3