Skip to content

vim-lsp support for Java (eclipse.jdt.ls)

License

Notifications You must be signed in to change notification settings

lgranie/vim-lsp-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-lsp-java

Sets up vim-lsp for Java.

Installing

Dependencies

** Eclipse JDT Language Server **

This vim plugin depends on Eclipse JDT Language Server.

Install Eclipse JDT Language Server

Install the vim plugins

" Dependencies
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'

Plug 'lgranie/vim-lsp-java'

Edit jdtls file

To launch the server, this plugin use a script you need to edit to your personnal installation ~/.vim/bundle/vim-lsp-java/jdtls

Usage

  1. Open file in project that the eclipse.jdt.ls '-data' as root.

  2. Enjoy!

License

MIT

Releases

No releases published

Packages

No packages published