Install a language server for Rust

This commit is contained in:
Ohad Livne 2025-06-04 22:45:49 +03:00
parent a18255b380
commit a9e6688079
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -0,0 +1,5 @@
#! /usr/bin/sh
mkdir -p ~/.local/bin
curl -L https://github.com/rust-lang/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > ~/.local/bin/rust-analyzer
chmod +x ~/.local/bin/rust-analyzer