mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Add neomake highlighting (#45)
This commit is contained in:
parent
8dcff86ce0
commit
306a00eb18
|
|
@ -262,6 +262,12 @@ let g:unite_source_grep_search_word_highlight = 'UniteGrep'
|
||||||
call s:Col('ALEWarningSign', 'yellow', s:linenr_background)
|
call s:Col('ALEWarningSign', 'yellow', s:linenr_background)
|
||||||
call s:Col('ALEErrorSign', 'red', 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 =====================================================================
|
" Cleanup =====================================================================
|
||||||
|
|
||||||
unlet s:colors
|
unlet s:colors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue