From 66bf0f9369f084b388b804b48941ec4b55d06861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Grani=C3=A9?= Date: Tue, 4 Feb 2020 16:37:05 +0100 Subject: [PATCH] Update to the last eclipse.jdt.ls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7884a9c..98842ad 100644 --- a/README.md +++ b/README.md @@ -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'), \ }, \ } ```