Added vim state

This commit is contained in:
Jonas Forsberg
2020-07-31 15:12:20 +02:00
parent c936a030a4
commit 4e2fdd73e7
7 changed files with 32 additions and 7 deletions

15
salt/pillars/vim.sls Normal file
View 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