I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user