mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix: Change rust-analyzer binary download URL for Windows.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
curl -L -o "rust-analyzer-windows.gz" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.gz"
|
||||
call "%~dp0\run_gzip.cmd" rust-analyzer-windows.gz
|
||||
|
||||
move rust-analyzer-windows rust-analyzer.exe
|
||||
curl -L -o "rust-analyzer-windows.zip" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.zip"
|
||||
call "%~dp0\run_unzip.cmd" rust-analyzer-windows.zip
|
||||
del rust-analyzer-windows.zip rust_analyzer.pdb
|
||||
|
||||
Reference in New Issue
Block a user