diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-12-05 13:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 13:10:05 +0000 |
commit | dc61d46e2867c485abb6ae761327a8ef036e8098 (patch) | |
tree | 909591c0c36cc15138b01bb8cc6fd6c89e0735bf /doc | |
parent | 92668b6beb9462f46b9e5d0126a33ee46dcb49cf (diff) | |
parent | 3346b200bf6c3cb06359f3f0100d97559e707ddb (diff) | |
download | ale-dc61d46e2867c485abb6ae761327a8ef036e8098.zip |
Merge pull request #2119 from hsanson/1994-fix-javalsp-support
Fix javalsp command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-java.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index 7bba12a3..8e40aea0 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -88,14 +88,20 @@ This generates a out/fat-jar.jar file that contains the language server. To let ALE use this language server you need to set the g:ale_java_javalsp_jar variable to the absolute path of this jar file. +g:ale_java_javalsp_executable *g:ale_java_javalsp_executable* + *b:ale_java_javalsp_executable* + Type: |String| + Default: `'java'` + +This variable can be changed to use a different executable for java. + g:ale_java_javalsp_jar *g:ale_java_javalsp_jar* *b:ale_java_javalsp_jar* - Type: String - Default: 'fat-jar.jar + Type: |String| + Default: `'fat-jar.jar'` Path to the location of the vscode-javac language server plugin. - and -d. They are added automatically. =============================================================================== |