Add neovim checkout
This commit is contained in:
parent
1918f977b6
commit
c3083bc8a7
1 changed files with 5 additions and 0 deletions
|
@ -26,3 +26,8 @@
|
||||||
repo: https://github.com/acperkins/vimfiles.git
|
repo: https://github.com/acperkins/vimfiles.git
|
||||||
dest: "{{ ansible_env.HOME }}/.vim"
|
dest: "{{ ansible_env.HOME }}/.vim"
|
||||||
when: usr_bin_git.stat.exists or usr_local_bin_git.stat.exists
|
when: usr_bin_git.stat.exists or usr_local_bin_git.stat.exists
|
||||||
|
- name: Clone neovim settings
|
||||||
|
ansible.builtin.git:
|
||||||
|
repo: https://github.com/acperkins/vimfiles.git
|
||||||
|
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/nvim"
|
||||||
|
when: usr_bin_git.stat.exists or usr_local_bin_git.stat.exists
|
||||||
|
|
Loading…
Reference in a new issue