mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
6 lines
159 B
VimL
6 lines
159 B
VimL
call ale#Set('elixir_executable', '')
|
|
|
|
function! ale#handlers#elixir#GetExecutable(buffer) abort
|
|
return ale#Var(a:buffer, 'elixir_executable')
|
|
endfunction
|