Moving from Spacemacs to NeoVim

This commit is contained in:
Elijah Lazkani 2017-03-18 03:01:38 -04:00
parent d5e2106dd8
commit 0f6548d64f
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
neovim-install:
pkg.installed:
{% if grains['kernel'] == 'Darwin' %}
- name: neovim
- taps: 'neovim/neovim'
{% elif grains['kernel'] == 'Linux' %}
- name: neovim
{% endif %}

View file

@ -1,5 +1,5 @@
base:
'*':
- git
- spacemacs
- neovim
- zsh