Changed sbtserver to just work off of the address variable

This commit is contained in:
Ty Coghlan
2018-09-01 20:59:36 -04:00
parent 8e3bf10592
commit 3d016f1697
15 changed files with 18 additions and 59 deletions

View File

@@ -99,7 +99,7 @@ function! ale#linter#PreProcess(filetype, linter) abort
endif
if index(['', 'socket', 'stdio', 'tsserver'], l:obj.lsp) < 0
throw '`lsp` must be either `''lsp''`, `''stdio''` or `''tsserver''` if defined'
throw '`lsp` must be either `''lsp''`, `''stdio''`, `''socket''` or `''tsserver''` if defined'
endif
if !l:needs_executable