Skip to content

Commit

Permalink
Merge pull request spf13#671 from shoekstra/add_bundle_for_puppet
Browse files Browse the repository at this point in the history
Add "puppet" bundle.
  • Loading branch information
spf13 committed Sep 18, 2014
2 parents 4312272 + d0956d8 commit 290c7ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@
endif
" }

" Puppet {
if count(g:spf13_bundle_groups, 'puppet')
Bundle 'rodjek/vim-puppet'
endif
" }

" Go Lang {
if count(g:spf13_bundle_groups, 'go')
"Bundle 'Blackrush/vim-gocode'
Expand All @@ -271,7 +277,6 @@
Bundle 'tpope/vim-cucumber'
Bundle 'cespare/vim-toml'
Bundle 'quentindecock/vim-cucumber-align-pipes'
Bundle 'Puppet-Syntax-Highlighting'
Bundle 'saltstack/salt-vim'
endif
" }
Expand Down

0 comments on commit 290c7ec

Please sign in to comment.