vim: fix error colors

This commit is contained in:
Mathieu Maret 2020-10-02 11:16:52 +02:00
parent 5eb3ad47da
commit 9987cee833
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ endif
" to be used with set colorcolumn=81
highlight ColorColumn ctermbg=236
highlight ALEError ctermbg=DarkMagenta cterm=bold
highlight ALEWarning ctermbg=DarkMagenta cterm=bold
" define whitespaces at end of line as bad whitespaces
match BadWhitespace /\s\+$/
" define extra spaces at the front of the line as bad whitespaces