Install a language server for Rust
This commit is contained in:
parent
a18255b380
commit
a9e6688079
1 changed files with 5 additions and 0 deletions
5
.config/setup/22-install-rust-analyzer.sh
Executable file
5
.config/setup/22-install-rust-analyzer.sh
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue