Skip to content

Commit

Permalink
Update to the last eclipse.jdt.ls
Browse files Browse the repository at this point in the history
  • Loading branch information
lgranie authored Feb 4, 2020
1 parent 6b41ce2 commit 66bf0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Edit your .vimrc file and configure like :
let g:vim_lsp_java = {
\ 'eclipse_jdtls' : {
\ 'repository': expand('~/opt/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository'),
\ 'version': '1.5.300.v20190213-1655',
\ 'version': '1.5.700.v20200107-1357',
\ 'config': 'config_linux',
\ 'workspace': '/mnt/c/workspace',
\ 'workspace': expand('$WORKSPACE'),
\ },
\ }
```
Expand Down

0 comments on commit 66bf0f9

Please sign in to comment.