Installing the PPA on ubuntu for neovim
This commit is contained in:
parent
9537e1ff8e
commit
ff550fe8c8
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
neovim-install:
|
neovim-install:
|
||||||
|
{% if grains['os'] == 'Ubuntu' %}
|
||||||
|
pkgrepo.managed:
|
||||||
|
- ppa: neovim-ppa/stable
|
||||||
|
{% endif %}
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
{% if grains['kernel'] == 'Darwin' %}
|
{% if grains['kernel'] == 'Darwin' %}
|
||||||
- name: neovim
|
- name: neovim
|
||||||
- taps: 'neovim/neovim'
|
- taps: 'neovim/neovim'
|
||||||
{% elif grains['kernel'] == 'Linux' %}
|
{% elif grains['kernel'] == 'Linux' %}
|
||||||
- name: neovim
|
- name: neovim
|
||||||
{% if grains['os'] == 'Ubuntu' %}
|
|
||||||
- ppa: neovim-ppa/stable
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue