mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
9 lines
220 B
Batchfile
9 lines
220 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=0.6.0
|
|
set FILE="serve-d_%VERSION%-windows.zip"
|
|
curl -L -o %FILE% https://github.com/Pure-D/serve-d/releases/download/v%VERSION%/%FILE%
|
|
call "%~dp0\run_unzip.cmd" %FILE%
|
|
del %FILE%
|