mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-25 17:04:24 +08:00
40bf6e6b5c
This MR adds a new configuration variable `g:ale_java_javalsp_config` that allows to configure external dependencies and class paths to the language server. The variable accepts a dictionary similar to the one supported by the [vscode/settings.json](https://github.com/georgewfraser/java-language-server#settings) file. Deprecates: #2561