summaryrefslogtreecommitdiff
path: root/lua/lv-globals.lua
diff options
context:
space:
mode:
authortafryn <[email protected]>2021-06-26 11:08:40 -0700
committerGitHub <[email protected]>2021-06-26 14:08:40 -0400
commit1c869402c1413341fead39d5aa3688b25cffe4f1 (patch)
tree2697d2d80195408d6b65f3699fc3a02e2df05c5e /lua/lv-globals.lua
parent0b0ba391930c7ea6eb7a28f394e324bc21472dbe (diff)
Allow cursorline option to be configured by lv-settings (#526)
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r--lua/lv-globals.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua
index feaf3e3c..3fb72aa9 100644
--- a/lua/lv-globals.lua
+++ b/lua/lv-globals.lua
@@ -10,6 +10,7 @@ O = {
wrap_lines = false,
number = true,
relative_number = true,
+ cursorline = true,
shell = 'bash',
timeoutlen = 100,
nvim_tree_disable_netrw = 0,