Merge pull request #2558 from hsanson/fix-javalsp-command-callback

Fix javalsp command callback.
This commit is contained in:
w0rp
2019-06-10 19:15:15 +01:00
committed by GitHub
3 changed files with 46 additions and 8 deletions

View File

@@ -117,16 +117,19 @@ or
This generates a dist/mac or dist/windows directory that contains the
language server. To let ALE use this language server you need to set the
g:ale_java_javalsp_executable variable to the absolute path of the java
g:ale_java_javalsp_executable variable to the absolute path of the launcher
executable in this directory.
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.
Default: `'launcher'`
This variable must be set to the absolute path of the language server launcher
executable. For example:
>
let g:ale_java_javalsp_executable=/java-language-server/dist/mac/bin/launcher
<
===============================================================================
eclipselsp *ale-java-eclipselsp*