Fix eclipselsp path documentation.

Closes #2468
This commit is contained in:
Horacio Sanson 2019-05-07 14:55:52 +09:00
parent 5f64f8dc57
commit 63abd2dfef
1 changed files with 4 additions and 4 deletions

View File

@ -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*