summaryrefslogtreecommitdiff
path: root/lv-config.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-02 12:55:45 -0400
committerChris <[email protected]>2021-07-02 12:55:45 -0400
commit73e7e6aa73da99bc7488288e3061cd65a1a7303d (patch)
treedab166ee455ba810f00b20c473ff86add0e9974c /lv-config.lua
parentc71db745747c79b2547e0e837e134b9260c51958 (diff)
trying out new colorscheme
Diffstat (limited to 'lv-config.lua')
-rw-r--r--lv-config.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv-config.lua b/lv-config.lua
index 1746b9dd..f990f2a0 100644
--- a/lv-config.lua
+++ b/lv-config.lua
@@ -8,7 +8,7 @@ an executable
]] -- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
-- general
O.auto_complete = true
-O.colorscheme = 'lunar'
+O.colorscheme = 'spacegray'
O.auto_close_tree = 0
O.wrap_lines = false
O.timeoutlen = 100
@@ -17,6 +17,7 @@ O.extras = false
O.leader_key = ' '
O.ignore_case = true
O.smart_case = true
+O.lushmode = false
-- After changing plugin config it is recommended to run :PackerCompile
O.plugin.hop.active = false