MacOS neovim-nightly
This commit is contained in:
parent
c845d36e44
commit
fa074581fa
2 changed files with 18 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
name: zsh
|
name: zsh
|
||||||
install_options: with-gdbm with-pcre with-unicode9
|
install_options: with-gdbm with-pcre with-unicode9
|
||||||
|
|
||||||
|
- include_tasks: neovim-nightly.yml
|
||||||
|
|
||||||
- name: Homebrew - Install Hammerspoon
|
- name: Homebrew - Install Hammerspoon
|
||||||
homebrew_cask:
|
homebrew_cask:
|
||||||
name: Hammerspoon
|
name: Hammerspoon
|
||||||
|
|
16
playbooks/roles/macos/tasks/neovim-nightly.yml
Normal file
16
playbooks/roles/macos/tasks/neovim-nightly.yml
Normal 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
|
Loading…
Add table
Reference in a new issue