mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
Update rust setup
This commit is contained in:
@@ -8,8 +8,9 @@ if [ -d "$HOME/.cargo/bin" ]; then
|
||||
fi
|
||||
|
||||
install_rust_global_packages() {
|
||||
rustup component add rustfmt-preview
|
||||
rustup component add rust-src
|
||||
cargo +nightly install --force clippy
|
||||
cargo install --force racer
|
||||
rustup component add \
|
||||
rls \
|
||||
rust-analysis \
|
||||
rust-src \
|
||||
rustfmt \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user