Show YouCompleteMe error and warning count in the statusline

Signed-off-by: Evgeny Firsov <firs1978@gmail.com>
This commit is contained in:
Evgeny Firsov
2015-12-25 21:10:55 -08:00
parent 06f2cb5a89
commit 6d81660fd8
6 changed files with 53 additions and 7 deletions
+2
View File
@@ -138,6 +138,8 @@ function! airline#extensions#load()
call airline#extensions#netrw#init(s:ext)
endif
call airline#extensions#ycm#init(s:ext)
if get(g:, 'loaded_vimfiler', 0)
let g:vimfiler_force_overwrite_statusline = 0
endif