vim: fix error colors
This commit is contained in:
parent
5eb3ad47da
commit
9987cee833
@ -90,7 +90,8 @@ endif
|
|||||||
|
|
||||||
" to be used with set colorcolumn=81
|
" to be used with set colorcolumn=81
|
||||||
highlight ColorColumn ctermbg=236
|
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
|
" define whitespaces at end of line as bad whitespaces
|
||||||
match BadWhitespace /\s\+$/
|
match BadWhitespace /\s\+$/
|
||||||
" define extra spaces at the front of the line as bad whitespaces
|
" define extra spaces at the front of the line as bad whitespaces
|
||||||
|
Loading…
Reference in New Issue
Block a user