Update roles/common/defaults/main.yaml
This commit is contained in:
parent
803f25640e
commit
19688db695
1 changed files with 19 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
# Custom vim plugins
|
||||
custom_vim_plugins: |
|
||||
[[custom_plugins]]
|
||||
name = 'hashivim/vim-terraform'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'hashivim/vim-vagrant'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'puppetlabs/puppet-syntax-vim'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'fatih/vim-go'
|
||||
merged = 0
|
||||
|
||||
Loading…
Add table
Reference in a new issue