Moving from Spacemacs to NeoVim
This commit is contained in:
parent
d5e2106dd8
commit
0f6548d64f
2 changed files with 10 additions and 1 deletions
9
salty/base/neovim/init.sls
Normal file
9
salty/base/neovim/init.sls
Normal 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 %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
- git
|
- git
|
||||||
- spacemacs
|
- neovim
|
||||||
- zsh
|
- zsh
|
||||||
|
|
Loading…
Reference in a new issue