Add neomake highlighting (#45)

This commit is contained in:
Sebastian Klatt 2017-10-16 15:11:50 +02:00 committed by Andrea Leopardi
parent 8dcff86ce0
commit 306a00eb18

View file

@ -262,6 +262,12 @@ let g:unite_source_grep_search_word_highlight = 'UniteGrep'
call s:Col('ALEWarningSign', 'yellow', s:linenr_background)
call s:Col('ALEErrorSign', 'red', s:linenr_background)
" neomake https://github.com/neomake/neomake
call s:Col('NeomakeWarningSign', 'yellow', s:linenr_background)
call s:Col('NeomakeErrorSign', 'red', s:linenr_background)
call s:Col('NeomakeWarning', 'yellow')
call s:Col('NeomakeError', 'red')
" Cleanup =====================================================================
unlet s:colors