Skip to content

Commit 290c7ec

Browse files
committed
Merge pull request spf13#671 from shoekstra/add_bundle_for_puppet
Add "puppet" bundle.
2 parents 4312272 + d0956d8 commit 290c7ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vimrc.bundles

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@
256256
endif
257257
" }
258258

259+
" Puppet {
260+
if count(g:spf13_bundle_groups, 'puppet')
261+
Bundle 'rodjek/vim-puppet'
262+
endif
263+
" }
264+
259265
" Go Lang {
260266
if count(g:spf13_bundle_groups, 'go')
261267
"Bundle 'Blackrush/vim-gocode'
@@ -271,7 +277,6 @@
271277
Bundle 'tpope/vim-cucumber'
272278
Bundle 'cespare/vim-toml'
273279
Bundle 'quentindecock/vim-cucumber-align-pipes'
274-
Bundle 'Puppet-Syntax-Highlighting'
275280
Bundle 'saltstack/salt-vim'
276281
endif
277282
" }

0 commit comments

Comments
 (0)