now cloning the astronvim repo instead of versioning it locally

This commit is contained in:
aminnairi
2023-04-11 23:06:53 +02:00
parent 8a6cc10ff9
commit 2a67b0764a
+5
View File
@@ -217,6 +217,11 @@
pacman: pacman:
name: neovim name: neovim
state: present state: present
- name: Clone AstroNvim
git:
repo: https://github.com/AstroNvim/AstroNvim
dest: /$HOME/.config/nvim
depth: 1
- name: Setup AstroNvim - name: Setup AstroNvim
synchronize: synchronize:
delete: true delete: true