summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2019-06-09 14:02:50 +0900
committerHoracio Sanson <horacio@allm.net>2019-06-09 14:02:50 +0900
commite84c9b300b521134ed3d37b8d59beff8b83ae61e (patch)
tree6384f3c505a6d6497b63d5264fd766f8dd39b886 /ale_linters
parent5ce97f8cdb285b86a4891fde6dcd14283bc2756f (diff)
downloadale-e84c9b300b521134ed3d37b8d59beff8b83ae61e.zip
Do not set default binary.
The default binary "launcher" is too generic and can get mixed with other tools. To use this linter user must explicitly set the absolute path of the launcher path.
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/java/javalsp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/java/javalsp.vim b/ale_linters/java/javalsp.vim
index eea3f48b..f56675d6 100644
--- a/ale_linters/java/javalsp.vim
+++ b/ale_linters/java/javalsp.vim
@@ -1,7 +1,7 @@
" Author: Horacio Sanson <https://github.com/hsanson>
" Description: Support for the Java language server https://github.com/georgewfraser/vscode-javac
-call ale#Set('java_javalsp_executable', 'launcher')
+call ale#Set('java_javalsp_executable', '')
function! ale_linters#java#javalsp#Executable(buffer) abort
return ale#Var(a:buffer, 'java_javalsp_executable')