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,5 +30,4 @@ call ale#linter#Define('cpp', {
\ 'command_callback': 'ale_linters#cpp#cquery#GetCommand',
\ 'project_root_callback': 'ale_linters#cpp#cquery#GetProjectRoot',
\ 'initialization_options_callback': 'ale_linters#cpp#cquery#GetInitializationOptions',
\ 'language': 'cpp',
\})