Added vim state
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
packages:
|
||||
vim: { status: installed }
|
||||
git: { status: installed }
|
||||
curl: { status: installed }
|
||||
tmux: { status: installed }
|
||||
@@ -7,9 +6,9 @@ packages:
|
||||
terminator: { status: installed }
|
||||
borgbackup: { status: installed }
|
||||
go: { status: installed }
|
||||
nextcloud-client: { status: installed }
|
||||
nextcloud-desktop: { status: installed }
|
||||
keepassxc: { status: installed }
|
||||
vim-plugin-gnupg: { status: installed }
|
||||
# vim-instant-markdown
|
||||
xdg-utils: { status: installed }
|
||||
nodejs10 { status: installed }
|
||||
nodejs10: { status: installed }
|
||||
|
@@ -3,6 +3,7 @@ base:
|
||||
- user
|
||||
- packages
|
||||
- repositories
|
||||
- vim
|
||||
|
||||
{% if salt['file.file_exists']('hosts/{0}.sls'.format(grains.id)) %}
|
||||
'{{ grains.id }}':
|
||||
|
15
salt/pillars/vim.sls
Normal file
15
salt/pillars/vim.sls
Normal file
@@ -0,0 +1,15 @@
|
||||
packages:
|
||||
vim: { status: installed }
|
||||
|
||||
vim:
|
||||
plugins:
|
||||
jonas:
|
||||
calendar-vim:
|
||||
name: https://github.com/mattn/calendar-vim.git
|
||||
vim-commentary:
|
||||
name: https://github.com/tpope/vim-commentary.git
|
||||
vim-instant-markdown:
|
||||
name: https://github.com/suan/vim-instant-markdown.git
|
||||
vim-surround:
|
||||
name: https://github.com/tpope/vim-surround.git
|
||||
|
Reference in New Issue
Block a user