Note on adjusting statusline for syntastic

The syntastic plugin recommends to adjust the statusline.
This does not apply for vim-airline for obvious reasons. Therefore
mention that this recommendation does not apply for us.
This commit is contained in:
Christian Brabandt 2016-08-24 21:32:38 +02:00
parent d00f7b35d2
commit ea98b42a0d

View File

@ -365,6 +365,10 @@ syntastic <https://github.com/scrooloose/syntastic>
* enable/disable syntastic integration >
let g:airline#extensions#syntastic#enabled = 1
Note: The recommendation from syntastic to modify the statusline directly
does not apply, if you use vim-airline, since it will take care for you of
adjusting the statusline.
<
------------------------------------- *airline-tagbar*
tagbar <https://github.com/majutsushi/tagbar>