summaryrefslogtreecommitdiff
path: root/doc/ale-java.txt
diff options
context:
space:
mode:
authorGrim Kriegor <grimkriegor@krutt.org>2019-05-21 21:13:06 +0100
committerw0rp <w0rp@users.noreply.github.com>2019-05-21 21:13:06 +0100
commit0427ee84b4af77be84cbb005c26dc2142305fb73 (patch)
treeb7e78622533a6f2969374722256b2b447e97e5cf /doc/ale-java.txt
parentf6ae056d02e82143f26db49b642d2f6d82d12cde (diff)
downloadale-0427ee84b4af77be84cbb005c26dc2142305fb73.zip
Allow running eclipselsp as installed by system package on GNU/Linux (#2523)
* Search eclipselsp jar and config files within system package path * Allow setting an alternate eclipselsp configuration directory * Add test for ale_java_eclipselsp_config_path
Diffstat (limited to 'doc/ale-java.txt')
-rw-r--r--doc/ale-java.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 2805c9c8..b61a90a0 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -141,6 +141,19 @@ g:ale_java_eclipselsp_executable *g:ale_java_eclipse_executable*
This variable can be set to change the executable path used for java.
+g:ale_java_eclipselsp_config_path *g:ale_java_eclipse_config_path*
+ *b:ale_java_eclipse_config_path*
+ Type: |String|
+ Default: `''`
+
+ Set this variable to change the configuration directory path used by
+ eclipselsp (e.g. `$HOME/.jdtls` in Linux).
+ By default ALE will attempt to use the configuration within the installation
+ directory.
+ This setting is particularly useful when eclipselsp is installed in a
+ non-writable directory like `/usr/share/java/jdtls`, as is the case when
+ installed via system package.
+
===============================================================================
uncrustify *ale-java-uncrustify*