mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
207 B
Batchfile
6 lines
207 B
Batchfile
@echo off
|
|
|
|
curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-24/rust-analyzer-windows.exe"
|
|
|
|
move rust-analyzer-windows.exe rust-analyzer.exe
|