We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4312272 + d0956d8 commit 290c7ecCopy full SHA for 290c7ec
.vimrc.bundles
@@ -256,6 +256,12 @@
256
endif
257
" }
258
259
+ " Puppet {
260
+ if count(g:spf13_bundle_groups, 'puppet')
261
+ Bundle 'rodjek/vim-puppet'
262
+ endif
263
+ " }
264
+
265
" Go Lang {
266
if count(g:spf13_bundle_groups, 'go')
267
"Bundle 'Blackrush/vim-gocode'
@@ -271,7 +277,6 @@
271
277
Bundle 'tpope/vim-cucumber'
272
278
Bundle 'cespare/vim-toml'
273
279
Bundle 'quentindecock/vim-cucumber-align-pipes'
274
- Bundle 'Puppet-Syntax-Highlighting'
275
280
Bundle 'saltstack/salt-vim'
276
281
282
0 commit comments