neovim 0.5 has been released, no need to build from git

main
Andrew Coleman 2021-08-16 16:45:56 -04:00
parent 25e4c2e8f8
commit 95aa6d54cf
1 changed files with 0 additions and 11 deletions

View File

@ -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