Files
vim-lsp-settings-mirror/installer/install-kotlin-language-server.cmd
2019-12-31 21:42:20 +09:00

13 lines
288 B
Batchfile

@echo off
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/0.5.2/server.zip"
call "%~dp0\run_unzip.cmd" server.zip
del server.zip
echo @echo off ^
call %%~dp0\server\bin\kotlin-language-server.bat %%* ^
> kotlin-language-server.cmd