mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 21:44:47 +08:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
Before:
|
|
call ale#assert#SetUpLinterTest('ada', 'adalsp')
|
|
|
|
After:
|
|
call ale#assert#TearDownLinterTest()
|
|
|
|
Execute(Sets adalsp executable):
|
|
let g:ale_ada_lsp_executable = '/path/to /Ada'
|
|
AssertLinter 'adalsp', ale#Escape('/path/to /Ada')
|