diff --git a/common/configure_fresh_system b/common/configure_fresh_system index c497377a..e29ad144 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -98,6 +98,9 @@ if [[ -z $NORUST ]]; then git submodule update --init --recursive fi cargo install -j $jobs_count -f rustfmt + cargo install -j $jobs_count -f racer + cargo install -j $jobs_count -f rustsym + cargo install -j $jobs_count -f cargo-clippy fi if [[ -z $NORUBY ]]; then