Soften color for trailing space

This commit is contained in:
rwxrob 2022-03-20 19:41:27 -04:00
parent 24fbc80ad4
commit 9b2c5dd4d8
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

View File

@ -54,11 +54,11 @@ if v:version >= 800
endif
" mark trailing spaces as errors
match WildMenu '\s\+$'
match IncSearch '\s\+$'
" enough for line numbers + gutter within 80 standard
set textwidth=72
set colorcolumn=73
"set colorcolumn=73
" replace tabs with spaces automatically
set expandtab