mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
15 lines
285 B
Batchfile
15 lines
285 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=0.9.0
|
|
curl -L -o elixir-ls.zip "https://github.com/elixir-lsp/elixir-ls/releases/download/v%VERSION%/elixir-ls.zip"
|
|
call "%~dp0\run_unzip.cmd" elixir-ls.zip
|
|
del elixir-ls.zip
|
|
|
|
echo @echo off ^
|
|
|
|
call language_server.bat ^
|
|
|
|
> elixir-ls.cmd
|
|
|