Add colorcolumn option for those who don't use indent line (#814)

* Add colorcolumn option for those who don't use indent line

* Moved comment to appropriate place
This commit is contained in:
Jonathan Raines 2021-07-09 09:04:01 -05:00 committed by GitHub
parent 8717f4f9a9
commit 6136477827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ O = {
format_on_save = true,
auto_close_tree = 0,
auto_complete = true,
colorcolumn = "99999", -- fixes indentline for now
colorscheme = "spacegray",
clipboard = "unnamedplus",
hidden_files = true,