summaryrefslogtreecommitdiff
path: root/lv-settings.lua
diff options
context:
space:
mode:
authorKyle Stubblefield <[email protected]>2021-05-18 08:36:33 -0700
committerGitHub <[email protected]>2021-05-18 11:36:33 -0400
commit946dc0c1dd65746195bafc2a61ea9dfe7fd2505e (patch)
treeb2fb2e4a787c92d57ad6c9e63e24ab3268002e65 /lv-settings.lua
parent22ffb0eb03b947c6cce30d9836568e8af7565c33 (diff)
moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396)
Diffstat (limited to 'lv-settings.lua')
-rw-r--r--lv-settings.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lv-settings.lua b/lv-settings.lua
index d9754471..826b95ea 100644
--- a/lv-settings.lua
+++ b/lv-settings.lua
@@ -14,7 +14,7 @@ O.auto_close_tree = 0
O.wrap_lines = false
O.timeoutlen = 100
--- dashboard
+-- dashboard
-- O.dashboard.custom_header = {""}
-- O.dashboard.footer = {""}
@@ -60,3 +60,6 @@ O.json.autoformat = true
-- ruby
O.ruby.autoformat = true
-- create custom autocommand field (This would be easy with lua)
+
+-- Turn off relative_numbers
+-- O.relative_number = false