Update documentation with YCM extension enable/disable instruction

This commit is contained in:
Evgeny Firsov 2016-01-29 21:39:12 -08:00 committed by Christian Brabandt
parent 44045bc280
commit e685bae41e
1 changed files with 3 additions and 0 deletions

View File

@ -672,6 +672,9 @@ YouCompleteMe <https://github.com/Valloric/YouCompleteMe>
Shows number of errors and warnings in the current file detected by YCM.
* enable/disable YCM integration >
let g:airline#extensions#ycm#enabled = 1
* set error count prefix >
let g:airline#extensions#ycm#error_symbol = 'E:'