Files
vim-lsp-settings-mirror/installer/install-rust-analyzer.cmd
2020-07-22 18:01:03 +09:00

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