Added bat to standard installation
This commit is contained in:
parent
8ba11c6524
commit
c87f5d2e92
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
args:
|
||||
creates: ~/.cargo/bin/cargo-install-update
|
||||
|
||||
- name: Install bat
|
||||
shell: ~/.cargo/bin/cargo install bat
|
||||
args:
|
||||
creates: ~/.cargo/bin/bat
|
||||
|
||||
- name: Install rls
|
||||
shell: ~/.cargo/bin/rustup component add rls-preview rust-analysis rust-src
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue