mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 09:58:29 +08:00
move eclim documentation into the vim doc.
This commit is contained in:
parent
6c66ad5dfc
commit
0f23d9373c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user