|
@@ -14,7 +14,7 @@ O.auto_close_tree = 0
|
|
O.wrap_lines = false
|
|
O.wrap_lines = false
|
|
O.timeoutlen = 100
|
|
O.timeoutlen = 100
|
|
|
|
|
|
--- dashboard
|
|
|
|
|
|
+-- dashboard
|
|
-- O.dashboard.custom_header = {""}
|
|
-- O.dashboard.custom_header = {""}
|
|
-- O.dashboard.footer = {""}
|
|
-- O.dashboard.footer = {""}
|
|
|
|
|
|
@@ -60,3 +60,6 @@ O.json.autoformat = true
|
|
-- ruby
|
|
-- ruby
|
|
O.ruby.autoformat = true
|
|
O.ruby.autoformat = true
|
|
-- create custom autocommand field (This would be easy with lua)
|
|
-- create custom autocommand field (This would be easy with lua)
|
|
|
|
+
|
|
|
|
+-- Turn off relative_numbers
|
|
|
|
+-- O.relative_number = false
|