diff --git a/neovim.yml b/neovim.yml deleted file mode 100644 index 2ba66a0..0000000 --- a/neovim.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: clone neovim github repo - ansible.builtin.git: - repo: 'https://github.com/neovim/neovim.git' - dest: "{{ ansible_env.HOME }}/dev/neovim" - update: no - -- name: build neovim - ansible.builtin.shell: "cd ~/dev/neovim && gmake && sudo gmake install" - args: - creates: /usr/local/bin/nvim