From 306a00eb18c8af06cced0823ebc4e9453dbe21cc Mon Sep 17 00:00:00 2001 From: Sebastian Klatt Date: Mon, 16 Oct 2017 15:11:50 +0200 Subject: [PATCH] Add neomake highlighting (#45) --- colors/gotham.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/colors/gotham.vim b/colors/gotham.vim index 5cea884..f8963c8 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -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