tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
track astronvim nightly
seth.computer
3 years ago
15360151
9574433d
+7
-7
1 changed file
expand all
collapse all
unified
split
playbooks
roles
vim
tasks
main.yml
+7
-7
playbooks/roles/vim/tasks/main.yml
···
1
1
-
# - name: astronvim-from-github
2
2
-
# ansible.builtin.git:
3
3
-
# dest: "{{ home_dir }}/.config/nvim"
4
4
-
# repo: "git@github.com:AstroNvim/AstroNvim.git"
5
5
-
# version: main
6
6
-
# update: true
7
7
-
#
1
1
+
- name: astronvim-from-github
2
2
+
ansible.builtin.git:
3
3
+
dest: "{{ home_dir }}/.config/nvim"
4
4
+
repo: "git@github.com:AstroNvim/AstroNvim.git"
5
5
+
version: nightly
6
6
+
update: true
7
7
+
8
8
- name: create-astronvim-user-dir
9
9
ansible.builtin.file:
10
10
state: directory