From bc1a718e8fa8a5dddd6857ea4b5ae385af638fb9 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Sat, 12 Aug 2017 05:21:46 +0300 Subject: [PATCH] Small fix for ale integration --- colors/gruvbox.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index d99a3d01..186db89c 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -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