Skip to content

Commit fa611c5

Browse files
committed
Remove twig from default bundles.
1 parent aa5c828 commit fa611c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc.bundles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
" In your .vimrc.before.local file
9292
" list only the plugin groups you will use
9393
if !exists('g:spf13_bundle_groups')
94-
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'twig', 'javascript', 'html', 'misc',]
94+
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'javascript', 'html', 'misc',]
9595
endif
9696

9797
" To override all the included bundles, add the following to your

0 commit comments

Comments
 (0)