diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-07-31 08:16:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 08:16:11 +0900 |
commit | fc7b4585e630313560def02806b02e08f84d8f5d (patch) | |
tree | 97eda015754200169bdbb2bbd26e75b6d722edc5 /doc | |
parent | 275b5248e57b457d5d6daf8932915287585078ee (diff) | |
parent | 9fe208a01f4dfcbbbadaf484fe92029ea46cdea6 (diff) | |
download | ale-fc7b4585e630313560def02806b02e08f84d8f5d.zip |
Merge pull request #3246 from lgmsantos/patch-1
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': [ |