Make the language option for LSP linters optional

This commit is contained in:
w0rp
2018-07-04 13:12:58 +01:00
parent 00a3859304
commit 9ddf1b6a05
11 changed files with 92 additions and 85 deletions

View File

@@ -30,6 +30,5 @@ call ale#linter#Define('rust', {
\ 'lsp': 'stdio',
\ 'executable_callback': 'ale_linters#rust#rls#GetExecutable',
\ 'command_callback': 'ale_linters#rust#rls#GetCommand',
\ 'language': 'rust',
\ 'project_root_callback': 'ale_linters#rust#rls#GetProjectRoot',
\})