feat(nvim): add stylua and starship prompt

Fixes: GH-29
This commit is contained in:
Oliver Davies 2022-04-07 11:29:59 +01:00
parent 798e753cc5
commit 57f5cabf80
4 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
- name: Install
community.general.cargo:
name:
- starship
path: /usr/local
state: latest
become: true
- name: Config
ansible.builtin.file:
src: "{{ role_path }}/files/starship.toml"
dest: "{{ ansible_user_dir }}/.config/starship.toml"
state: link