Eclim
(Eclipse integration in vim
)是一个在Vim中集成Eclipse功能的插件。
Eclim
官网:http://eclim.org
Eclim
项目地址:https://github.com/ervandew/eclim
Eclim
是Eclipse和Vim的合体。 所以,在安装Eclim
之前应该先安装Eclipse和Vim。
http://ftp.jaist.ac.jp/pub/eclipse/oomph/epp/neon/R/eclipse-inst-mac64.tar.gz
打开Vim
的配置文件:
vi ~/.vimrc
添加下面的配置:
set nocompatible
filetype plugin indent on
参考:http://eclim.org/install.html
使用curl下载:
curl -LO https://github.com/ervandew/eclim/releases/download/2.6.0/eclim_2.6.0.jar
java -jar eclim_2.6.0.jar