From c87f5d2e92f05148667aafe962a83d76414bb1aa Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 15 Jun 2019 12:54:09 -0400 Subject: [PATCH] Added bat to standard installation --- playbooks/roles/common/tasks/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/roles/common/tasks/rust.yml b/playbooks/roles/common/tasks/rust.yml index b080972..f0eefbe 100644 --- a/playbooks/roles/common/tasks/rust.yml +++ b/playbooks/roles/common/tasks/rust.yml @@ -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: