10 lines
201 B
Text
10 lines
201 B
Text
|
neovim-install:
|
||
|
pkg.installed:
|
||
|
{% if grains['kernel'] == 'Darwin' %}
|
||
|
- name: neovim
|
||
|
- taps: 'neovim/neovim'
|
||
|
{% elif grains['kernel'] == 'Linux' %}
|
||
|
- name: neovim
|
||
|
{% endif %}
|
||
|
|