Fix #1844 - Make the kotlin languageserver linter work again

This commit is contained in:
w0rp
2018-08-24 10:41:33 +01:00
parent 1f26fc4013
commit 08d141edfb
2 changed files with 9 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ call ale#linter#Define('kotlin', {
\ 'name': 'languageserver',
\ 'lsp': 'stdio',
\ 'executable_callback': ale#VarFunc('kotlin_languageserver_executable'),
\ 'command_callback': '%e',
\ 'command': '%e',
\ 'language': 'kotlin',
\ 'project_root_callback': 'ale_linters#kotlin#languageserver#GetProjectRoot',
\})