Eclim
1.1、Eclim简介

Eclim(Eclipse integration in vim)是一个在Vim中集成Eclipse功能的插件。

Eclim官网:http://eclim.org

Eclim项目地址:https://github.com/ervandew/eclim

1.2、安装JDK、Eclipse、Vim

EclimEclipseVim的合体。 所以,在安装Eclim之前应该先安装EclipseVim

http://ftp.jaist.ac.jp/pub/eclipse/oomph/epp/neon/R/eclipse-inst-mac64.tar.gz
1.3、配置Vim

打开Vim的配置文件:

vi ~/.vimrc

添加下面的配置:

set nocompatible
filetype plugin indent on
1.4、下载Eclim

参考:http://eclim.org/install.html

使用curl下载:

curl -LO https://github.com/ervandew/eclim/releases/download/2.6.0/eclim_2.6.0.jar
1.5、安装Eclim
java -jar eclim_2.6.0.jar