Skip to content

Commit

Permalink
Merge pull request #642 from webmaven/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jul 14, 2014
2 parents 4c5bf0d + fa611c5 commit 1c634fa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
" In your .vimrc.before.local file
" list only the plugin groups you will use
if !exists('g:spf13_bundle_groups')
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'twig', 'javascript', 'html', 'misc',]
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'javascript', 'html', 'misc',]
endif

" To override all the included bundles, add the following to your
Expand Down Expand Up @@ -191,6 +191,7 @@
if count(g:spf13_bundle_groups, 'php')
Bundle 'spf13/PIV'
Bundle 'arnaud-lb/vim-php-namespace'
Bundle 'beyondwords/vim-twig'
endif
" }

Expand Down Expand Up @@ -272,12 +273,6 @@
endif
" }

" Twig {
if count(g:spf13_bundle_groups, 'twig')
Bundle 'beyondwords/vim-twig'
endif
" }

endif

" }
Expand Down

0 comments on commit 1c634fa

Please sign in to comment.