diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-05-15 10:12:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 10:12:25 +0900 |
commit | 69d96aa9d9998a64ae7dacd700966ada6e30216f (patch) | |
tree | 26a0e76917b9134f8cff7c186fbd32e0096310d8 /doc | |
parent | c2b01f0e28b4f007d01373821ba19dcfa440f9c2 (diff) | |
parent | 852a6a1753353da2aa66386c452232b232849cb1 (diff) | |
download | ale-69d96aa9d9998a64ae7dacd700966ada6e30216f.zip |
Merge pull request #3077 from puritys/javaagent
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..15e9e679 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* |