Disable YCM extension by default

Move syntastic and eclim to the error section
This commit is contained in:
Evgeny Firsov
2016-01-30 14:18:20 +01:00
committed by Christian Brabandt
parent 450e2535af
commit 44045bc280
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function! airline#extensions#load()
call airline#extensions#netrw#init(s:ext)
endif
if exists(':YcmDiag')
if get(g:, 'airline#extensions#ycm#enabled', 0)
call airline#extensions#ycm#init(s:ext)
endif