diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 7f73936..61bd1d2 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -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 diff --git a/README.org b/README.org index e2102d2..65f18c9 100644 --- a/README.org +++ b/README.org @@ -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