Sets up vim-lsp for Java.
** Eclipse JDT Language Server **
This vim plugin depends on Eclipse JDT Language Server.
Install Eclipse JDT Language Server
" Dependencies
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'lgranie/vim-lsp-java'
To launch the server, this plugin use a script you need to edit to your personnal installation ~/.vim/bundle/vim-lsp-java/jdtls
-
Open file in project that the eclipse.jdt.ls '-data' as root.
-
Enjoy!
MIT