diff --git a/roles/home-cli/tasks/vim.yml b/roles/home-cli/tasks/vim.yml index e15c7e3..b3ab43e 100644 --- a/roles/home-cli/tasks/vim.yml +++ b/roles/home-cli/tasks/vim.yml @@ -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