summaryrefslogtreecommitdiff
path: root/lv-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lv-config.lua')
-rw-r--r--lv-config.lua3
1 files changed, 3 insertions, 0 deletions
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
+