diff options
author | Horacio Sanson <horacio@allm.net> | 2019-05-07 14:55:52 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2019-05-08 11:48:44 +0900 |
commit | 63abd2dfefa96b3ee279ff7f42e4e918d5619ce6 (patch) | |
tree | 84cd43a5634621668f04d873b0f669d9e315e3a7 | |
parent | 5f64f8dc5799d9ad93544d24fb780428cd07dbbe (diff) | |
download | ale-63abd2dfefa96b3ee279ff7f42e4e918d5619ce6.zip |
Fix eclipselsp path documentation.
Closes #2468
-rw-r--r-- | doc/ale-java.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index 30ac316b..980fa338 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -114,8 +114,8 @@ Note: currently, the build can only run when launched with JDK 8. JDK 9 or more recent versions can be used to run the server though. After build completes the files required to run the language server will be -located inside the folder `org.eclipse.jdt.ls.product/target/repository`. -Ensure to set |g:ale_java_eclipselsp_path| to the absolute path of that folder. +located inside the repositoy folder `eclipse.jdt.ls`. Ensure to set +|g:ale_java_eclipselsp_path| to the absolute path of that folder. You could customize compiler options and code assists of the server. Under your project folder, modify the file @@ -126,9 +126,9 @@ g:ale_java_eclipselsp_path *g:ale_java_eclipselsp_path* *b:ale_java_eclipselsp_path* Type: |String| - Default: `'eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository'` + Default: `'eclipse.jdt.ls'` - Path to the location of the eclipse.jdt.ls product repository. + Absolute path to the location of the eclipse.jdt.ls repository folder. g:ale_java_eclipselsp_executable *g:ale_java_eclipse_executable* |