MacOS neovim-nightly

This commit is contained in:
Anthony Cicchetti 2020-07-06 11:25:00 -04:00
parent c845d36e44
commit fa074581fa
2 changed files with 18 additions and 0 deletions

View file

@ -15,6 +15,8 @@
name: zsh
install_options: with-gdbm with-pcre with-unicode9
- include_tasks: neovim-nightly.yml
- name: Homebrew - Install Hammerspoon
homebrew_cask:
name: Hammerspoon

View file

@ -0,0 +1,16 @@
---
- 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