rust-analyzer

This commit is contained in:
Anthony Cicchetti 2022-08-01 08:39:32 -04:00
parent 3aea9e3e2a
commit 279cfb8879

View file

@ -10,6 +10,9 @@
args: args:
creates: ~/.cargo creates: ~/.cargo
- name: Add Rust-Analyzer component
shell: ~/.cargo/bin/rustup component add rust-analyzer
- name: Link cargo-config - name: Link cargo-config
file: file:
src: "{{ role_path }}/files/config" src: "{{ role_path }}/files/config"