Files
vim-lsp-settings-mirror/installer/install-erlang-ls.cmd
2020-01-31 00:52:30 +09:00

11 lines
165 B
Batchfile

@echo off
git clone --depth=1 https://github.com/erlang-ls/erlang_ls .
make
echo @echo off ^
%%~dp0\_build\default\bin\erlang_ls %%* ^
> erlang-ls.cmd