Update ale_linters/ada/adals.vim

Co-Authored-By: timlag1305 <timlag1305@gmail.com>
This commit is contained in:
Bartek Jasicki 2019-11-05 17:59:17 +01:00 committed by GitHub
parent 3c80c67633
commit 09209dc54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ call ale#linter#Define('ada', {
\ 'executable': {b -> ale#Var(b, 'ada_adals_executable')},
\ 'command': '%e',
\ 'project_root': function('ale_linters#ada#adals#GetRootDirectory'),
\ 'lsp_config': function('ale_linters#ada#adals#GetAdaLSConfig')
\})