6 lines
208 B
YAML
6 lines
208 B
YAML
|
---
|
||
|
- 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
|