summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-04-17 11:57:14 +0100
committerGitHub <noreply@github.com>2019-04-17 11:57:14 +0100
commit104980e40bf2d2fdd100c04aba73d5c1ad2660ab (patch)
treebbde227cc8a496e5b1a2b9a4e27371ad455fa2f3
parent9e95032b305edf883ae19e848f5a9f27b09a37f1 (diff)
parent5bbce346057ef715f6f08b0856ecdd51456a4bd3 (diff)
downloadale-104980e40bf2d2fdd100c04aba73d5c1ad2660ab.zip
Merge pull request #2443 from JulioJu/patch-1
Documentation: ale-java eclipselsp customization
-rw-r--r--doc/ale-java.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 35967f03..30ac316b 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -114,9 +114,14 @@ 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|.
+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.
+You could customize compiler options and code assists of the server.
+Under your project folder, modify the file
+`.settings/org.eclipse.jdt.core.prefs` with options presented at
+https://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/core/JavaCore.html.
+
g:ale_java_eclipselsp_path *g:ale_java_eclipselsp_path*
*b:ale_java_eclipselsp_path*