Soften color for trailing space

main
rwxrob 2 years ago
parent de303107d4
commit 23f61fc320

@ -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

Loading…
Cancel
Save