mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
8 lines
295 B
Batchfile
8 lines
295 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=0.26.2
|
|
curl -L -o dls-v%VERSION%.windows.x86_64.zip https://github.com/d-language-server/dls/releases/download/v%VERSION%/dls-v%VERSION%.windows.x86_64.zip"
|
|
call "%~dp0\run_unzip.cmd" dls-v%VERSION%.windows.x86_64.zip
|
|
del dls-v%VERSION%.windows.x86_64.zip
|