Small fix for ale integration

This commit is contained in:
Pavel Pertsev
2017-08-12 05:21:46 +03:00
parent 0cd11da803
commit bc1a718e8f

View File

@@ -809,7 +809,7 @@ call s:HL('BufTabLineFill', s:bg0, s:bg0)
call s:HL('ALEError', s:none, s:none, s:undercurl, s:red)
call s:HL('ALEWarning', s:none, s:none, s:undercurl, s:yellow)
call s:HL('ALEInfoLine', s:none, s:none, s:undercurl, s:blue)
call s:HL('ALEInfo', s:none, s:none, s:undercurl, s:blue)
hi! link ALEErrorSign GruvboxRedSign
hi! link ALEWarningSign GruvboxYellowSign