From 73276a79c023ff36f5ced5d852bfff8356d261c7 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Jun 2021 19:17:08 -0400 Subject: updates --- lv-config.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lv-config.lua') diff --git a/lv-config.lua b/lv-config.lua index 9e81fd71..8bebde66 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -9,6 +9,8 @@ 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 @@ -108,3 +110,4 @@ O.lang.rust.autoformat = true -- custom autocommands -- user defined plugin config -- custom settings + -- cgit v1.2.3