dotfiles/playbooks/roles/macos/tasks/neovim-nightly.yml
2020-07-06 11:25:00 -04:00

16 lines
322 B
YAML

---
- name: Ensure neovim-nightly dependencies are installed
when:
- nightly_neovim == true
homebrew:
update_homebrew: yes
name: luarocks
state: present
- name: Install neovim-nightly
when:
- nightly_neovim == true
homebrew:
update_homebrew: yes
name: neovim
install_options: head