mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
8 lines
240 B
Batchfile
8 lines
240 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set VERSION=2020-07-13
|
|
curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/%VERSION%/rust-analyzer-windows.exe"
|
|
|
|
move rust-analyzer-windows.exe rust-analyzer.exe
|