mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Add Windows installer for erlang-ls
This commit is contained in:
10
installer/install-erlang-ls.cmd
Normal file
10
installer/install-erlang-ls.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user