VIM Eclim
November 24, 2021 ยท View on GitHub
A mirror of the VIM files from Eclim to support quick and convenient installation via various plugin managers.
Version 2.21.0
Note, several features were removed from Eclim in version 2.18.0. Please see the Eclim release notes and this issue for details.
Installation
- Pathogen
git clone https://github.com/dansomething/vim-eclim.git ~/.vim/bundle/vim-eclim
- NeoBundle
NeoBundle 'dansomething/vim-eclim'
- Vundle
Plugin 'dansomething/vim-eclim'
- Plug
Plug 'dansomething/vim-eclim'
- manual
- copy all of the files into your
~/.vimdirectory
- copy all of the files into your
File Generation
These files were generated using the following command with paths replaced:
./eclim_2.21.0.bin --eclipse=/path/to/Eclipse --vimfiles=/path/to/vim/files --plugins=jdt,wst --yes