feat(nvim): add stylua and starship prompt
Fixes: GH-29
This commit is contained in:
parent
798e753cc5
commit
57f5cabf80
4 changed files with 73 additions and 0 deletions
8
roles/stylua/tasks/main.yaml
Normal file
8
roles/stylua/tasks/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Install
|
||||
community.general.cargo:
|
||||
name:
|
||||
- stylua
|
||||
path: /usr/local
|
||||
state: latest
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue