Files
vim-lsp-settings-mirror/installer/install-rust-analyzer.cmd

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