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,8 @@
---
- name: Install
community.general.cargo:
name:
- stylua
path: /usr/local
state: latest
become: true