mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Tweaked the syntastic error/warning to match their respective lines
This commit is contained in:
parent
2483ba17d4
commit
56c4fac730
1 changed files with 2 additions and 2 deletions
|
@ -529,8 +529,8 @@ call s:X("SyntasticError","#d75f5f","","standout,bold","Red","")
|
|||
call s:X("SyntasticWarning","#ffd787","","standout,bold","Yellow","")
|
||||
hi! link SyntasticErrorLine SyntasticError
|
||||
hi! link SyntasticWarningLine SyntasticWarning
|
||||
hi! link SyntasticErrorSign Error
|
||||
hi! link SyntasticWarningSign Statement
|
||||
hi! link SyntasticErrorSign SyntasticError
|
||||
hi! link SyntasticWarningSign SyntasticWarning
|
||||
hi! link qfSeparator Delimiter
|
||||
hi! link qfLineNr SyntasticError
|
||||
|
||||
|
|
Loading…
Reference in a new issue