Update ale-java.txt
This commit is contained in:
parent
68b484a49f
commit
9fe208a01f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
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': {
|
\ 'java': {
|
||||||
\ 'externalDependencies': [
|
\ 'externalDependencies': [
|
||||||
|
|
Reference in a new issue