diff options
author | Luiz Gustavo <lgmsantos@gmail.com> | 2020-07-25 02:32:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 02:32:10 -0300 |
commit | 9fe208a01f4dfcbbbadaf484fe92029ea46cdea6 (patch) | |
tree | 1f3cac082008532d3628040b67ac10d0a986c347 /doc | |
parent | 68b484a49fe2f5cc29ebccca0a3da48b31073ada (diff) | |
download | ale-9fe208a01f4dfcbbbadaf484fe92029ea46cdea6.zip |
Update ale-java.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-java.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index 2e736d90..0debc1af 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -172,7 +172,7 @@ The javalsp linter automatically detects external depenencies for Maven and Gradle projects. In case the javalsp fails to detect some of them, you can specify them setting a dictionary to |g:ale_java_javalsp_config| variable. > - let g:ale_java_javalsp_executable = + let g:ale_java_javalsp_config = \ { \ 'java': { \ 'externalDependencies': [ |