From 0436da5934f9826a43c53e16683de310110bde23 Mon Sep 17 00:00:00 2001 From: home Date: Sun, 19 Nov 2023 21:54:36 +0300 Subject: [PATCH] bootstrap_rust : add rust-analyzer. --- .config/bash/module/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/bash/module/bootstrap.sh b/.config/bash/module/bootstrap.sh index 8b77104..a055934 100644 --- a/.config/bash/module/bootstrap.sh +++ b/.config/bash/module/bootstrap.sh @@ -1,7 +1,8 @@ # install Cargo/Rust. -bootstrap_cargo() +bootstrap_rust() { - curl https://sh.rustup.rs -sSf | sh + curl https://sh.rustup.rs -sSf | sh + rustup component add rust-analyzer } # install TeXLive.