this repo has no description

track astronvim nightly

+7 -7
+7 -7
playbooks/roles/vim/tasks/main.yml
··· 1 - # - name: astronvim-from-github 2 - # ansible.builtin.git: 3 - # dest: "{{ home_dir }}/.config/nvim" 4 - # repo: "git@github.com:AstroNvim/AstroNvim.git" 5 - # version: main 6 - # update: true 7 - # 1 + - name: astronvim-from-github 2 + ansible.builtin.git: 3 + dest: "{{ home_dir }}/.config/nvim" 4 + repo: "git@github.com:AstroNvim/AstroNvim.git" 5 + version: nightly 6 + update: true 7 + 8 8 - name: create-astronvim-user-dir 9 9 ansible.builtin.file: 10 10 state: directory