diff options
author | puritys <puritys.chen@gmail.com> | 2020-03-26 06:40:07 +0000 |
---|---|---|
committer | puritys <puritys.chen@gmail.com> | 2020-03-26 06:40:07 +0000 |
commit | fa19bca80e742eb1ea8498bf48f75a3fb886c539 (patch) | |
tree | 83851c2bb912d322b79478d07c20358c126964e0 /doc | |
parent | bbe5153fcb36dec9860ced33ae8ff0b5d76ac02a (diff) | |
download | ale-fa19bca80e742eb1ea8498bf48f75a3fb886c539.zip |
To support javaagent on eclipselsp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-java.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index 32f0e6eb..d5a3eef6 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -222,6 +222,17 @@ g:ale_java_eclipselsp_workspace_path *g:ale_java_eclipselsp_workspace_path* absolute path of the Eclipse workspace. If not set this value will be set to the parent folder of the project root. +g:ale_java_eclipselsp_javaagent *g:ale_java_eclipselsp_javaagent* + *b:ale_java_eclipselsp_javaagent* + + Type: |String| + Default: `''` + + A variable to add java agent for annotation processing such as Lombok. + If you have multiple java agent files, use space to separate them. For example: +> + let g:ale_java_eclipselsp_javaagent='/eclipse/lombok.jar /eclipse/jacoco.jar' +< =============================================================================== uncrustify *ale-java-uncrustify* |