Added rust components installation in bootstrap

This commit is contained in:
Lucien Cartier-Tilet 2019-11-10 00:23:57 +01:00
parent 59ca292527
commit 25ac48f23a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 9 additions and 0 deletions

View File

@ -197,5 +197,8 @@ rustup toolchain install stable
printf "\n# Add rust utilities ##########################################################\n\n"
cargo install rustfmt racer
rustup component add src
rustup component add rls
printf "\n# Clean the pacman and yay cache ##############################################\n\n"
yay -Sc --noconfirm

View File

@ -1037,6 +1037,12 @@
cargo install rustfmt racer
#+END_SRC
We will also need some components for development purposes:
#+BEGIN_SRC fish
rustup component add src
rustup component add rls
#+END_SRC
*** Clean the =pacman= and =yay= cache
:PROPERTIES:
:CUSTOM_ID: h-fa5307ec-065b-4d06-9d47-05ccde0da8ac