mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now cloning the astronvim repo instead of versioning it locally
This commit is contained in:
@@ -217,6 +217,11 @@
|
||||
pacman:
|
||||
name: neovim
|
||||
state: present
|
||||
- name: Clone AstroNvim
|
||||
git:
|
||||
repo: https://github.com/AstroNvim/AstroNvim
|
||||
dest: /$HOME/.config/nvim
|
||||
depth: 1
|
||||
- name: Setup AstroNvim
|
||||
synchronize:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user