Skip to content

Allows you to use Eclim in Neovim if Eclim doesn't work in Neovim

License

Notifications You must be signed in to change notification settings

JulioJu/Eclim-for-Neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Eclim-for-Neovim

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.  »

Installation

Requierments

  1. Configure Neovim
  2. mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config}
  3. ln -s ~/.vim $XDG_CONFIG_HOME/nvim
  4. ln -s ~/.vimrc $XDG_CONFIG_HOME/nvim/init.vim
    See also :help nvim_from_vim
  5. Install Eclim

Manual

  1. cd ~/.vim/bundle
  2. git clone juanes852/Eclim-for-Neovim
  3. Open Neovim, and execute :DeployEclimAlreadyIntlalled

Vundle

  1. Setup the vundle package manager
  2. Plugin 'juanes852/Eclim-for-Neovim'
  3. Open Neovim, and execute :DeployEclimAlreadyIntlalled

NeoBundle

  1. Setup the NeoBundle
  2. NeoBundle 'juanes852/Eclim-for-Neovim'
  3. Open Neovim, and execute :DeployEclimAlreadyIntlalled

About

Allows you to use Eclim in Neovim if Eclim doesn't work in Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published