From 021bd0017664aead38aa1b7758d13c6d059e4275 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 6 Apr 2024 14:03:16 +0100 Subject: [PATCH] Use NeoVim-specific config --- roles/home-cli/tasks/vim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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