mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
9 lines
291 B
Batchfile
9 lines
291 B
Batchfile
@echo off
|
|
|
|
curl -L -o rls-windows.zip "https://github.com/jaredly/reason-language-server/releases/download/1.7.5/rls-windows.zip"
|
|
call "%~dp0\run_unzip.cmd" rls-windows.zip
|
|
del rls-windows.zip
|
|
|
|
move rls-windows\reason-language-server.exe reason-language-server.exe
|
|
rmdir rls-windows
|