Use NeoVim-specific config

This commit is contained in:
Anthony Rose 2024-04-06 14:03:16 +01:00
parent e91138a0e5
commit 021bd00176

View file

@ -28,6 +28,6 @@
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
repo: https://github.com/acperkins/nvim.git
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/nvim"
when: usr_bin_git.stat.exists or usr_local_bin_git.stat.exists