Do not use this plugin, it isn't usefull
Finally, I've found the problem, under Arch Linux, you must install the Aur package. Then, ln -s /usr/share/vim/vimfiles/{eclim, plugin} ~/.vim
. On my comuputers on Archlinux, there is a problem with eclim_2.5.0.jar with Neovim (of course, I've tried to download it again).
I've wrote in ervandew/eclim#385, but I've deleted : « Again, Eclim no longer has been recognized by Neovim. I've found a best solution to use Eclim in Neovim. I've found https://github.com/starcraftman/vim-eclim, I've installed with NeoBundle, and with a simple adatation Eclim works very well in Neovim ! To have the last one Eclim, I made a symlink in ~/.vim/bundle/vim-eclim to the target ~/.nvim/eclim and it works out of the box (do not made in step 2 of starcraftman/vim-eclim). Maybe, you can also simply use https://github.com/zowens/vim-eclim, with the current Eclim. »
- Configure Neovim
mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config}
ln -s ~/.vim $XDG_CONFIG_HOME/nvim
ln -s ~/.vimrc $XDG_CONFIG_HOME/nvim/init.vim
See also:help nvim_from_vim
- Install Eclim
- Under Arch Linux, you could install the Aur package.
- For other Distrubutions, use this page
cd ~/.vim/bundle
git clone juanes852/Eclim-for-Neovim
- Open Neovim, and execute
:DeployEclimAlreadyIntlalled
- Setup the vundle package manager
-
Plugin 'juanes852/Eclim-for-Neovim'
- Open Neovim, and execute
:DeployEclimAlreadyIntlalled
- Setup the NeoBundle
-
NeoBundle 'juanes852/Eclim-for-Neovim'
- Open Neovim, and execute
:DeployEclimAlreadyIntlalled