initial commit
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
roles/setup/tasks/nvim_rust.yml
Normal file
11
roles/setup/tasks/nvim_rust.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install neovim npm package globally
|
||||
npm:
|
||||
name: neovim
|
||||
global: yes
|
||||
|
||||
- name: Install Rust (via rustup)
|
||||
become: false
|
||||
shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"
|
||||
Reference in New Issue
Block a user