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

@@ -23,7 +23,6 @@ call ale#linter#Define('python', {
\ 'lsp': 'stdio',
\ 'executable_callback': 'ale_linters#python#pyre#GetExecutable',
\ 'command_callback': 'ale_linters#python#pyre#GetCommand',
\ 'language': 'python',
\ 'project_root_callback': 'ale#python#FindProjectRoot',
\ 'completion_filter': 'ale#completion#python#CompletionItemFilter',
\})