fixed typo

This commit is contained in:
Bartek thindil Jasicki 2019-11-05 18:59:13 +01:00
parent b454e43143
commit b8d69cb0d5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
" Description: Support for Ada Language Server
call ale#Set('ada_adals_executable', 'ada_language_server')
call ale#Set('ada_adals_project, 'default.gpr')
call ale#Set('ada_adals_project', 'default.gpr')
call ale#Set('ada_adals_encoding', 'utf-8')
function! ale_linters#ada#adals#GetAdaLSConfig(buffer) abort