This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
|
---
|
|
- name: clone neovim github repo
|
|
ansible.builtin.shell: "cd ~/dev && git clone https://github.com/neovim/neovim.git && cd neovim && gmake && sudo gmake install"
|
|
args:
|
|
creates: /usr/local/bin/nvim
|