diff --git a/README.md b/README.md index ec85b6a..6d2fc57 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/doc/airline.txt b/doc/airline.txt index 26ee030..b7440f8 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -311,6 +311,13 @@ virtualenv * enable/disable virtualenv integration > let g:airline#extensions#virtualenv#enabled = 1 < +------------------------------------- *airline-eclim* +eclim + +* 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