extra whitespace

This commit is contained in:
ManjaroOne666 2018-04-07 18:28:04 +01:00
parent 0f45cba1d4
commit bba9915477
2 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,6 @@ hi def link InterfaceFlag CRNormal
hi def link InterfaceFlagDark CRNormalDark
hi! def link ExtraWhitespace CRWarning
hi! def link IdentifierDark CRIdentifierDark
hi! def link IdentifierBright CRIdentifierBright
hi! def link StatementDark CRStatementDark

View File

@ -18,6 +18,9 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\|
let g:colors_name = 'monotonous'
" extra whitespace
hi! def link ExtraWhitespace CRWarning
" quickfix
hi! def link qfFilename mNoiseBright
hi! def link qfLineNr mNoise