mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
Soften color for trailing space
This commit is contained in:
parent
24fbc80ad4
commit
9b2c5dd4d8
@ -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…
Reference in New Issue
Block a user