Added rust_analyzer

This commit is contained in:
2024-04-28 21:14:48 +02:00
parent 479b68d90c
commit 24dffcb1bb
2 changed files with 4 additions and 1 deletions
.config/nvim
.local/bin

@ -296,6 +296,7 @@ function install_kubernetes() {
function install_rust() {
if command_exists rustc; then
rustup update
rustup component add rust-analyzer
else
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
fi