mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
now cloning the astronvim repo instead of versioning it locally
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user