move eclim documentation into the vim doc.

This commit is contained in:
Bailey Ling 2013-10-01 21:26:31 -04:00
parent 6c66ad5dfc
commit 0f23d9373c
2 changed files with 7 additions and 9 deletions

View File

@ -61,15 +61,6 @@ vim-airline integrates with a variety of plugins out of the box. These extensio
#### [syntastic][5]
![image](https://f.cloud.github.com/assets/306502/962864/9824c484-04f7-11e3-9928-da94f8c7da5a.png)
#### [eclim][34]
*eclim* 's syntax checker extension works well with *syntastic* 's extension.
* By default, it turned on when *eclim* was installed.
* When you installed *eclim* but want to turn off this extension, add next line in your vimrc:
let g:airline#extensions#eclim#enabled = 0
#### hunks ([vim-gitgutter][29] & [vim-signify][30])
![image](https://f.cloud.github.com/assets/306502/995185/73fc7054-09b9-11e3-9d45-618406c6ed98.png)

View File

@ -311,6 +311,13 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
* enable/disable virtualenv integration >
let g:airline#extensions#virtualenv#enabled = 1
<
------------------------------------- *airline-eclim*
eclim <https://eclim.org>
* enable/disable eclim integratino, which works well with the
|airline-syntastic| extension. >
let g:airline#extensions#eclim#enabled = 1
------------------------------------- *airline-whitespace*
* enable/disable detection of whitespace errors. >
let g:airline#extensions#whitespace#enabled = 1