Skip to content

Commit

Permalink
Removing some of the more obscure languages from the default groups.
Browse files Browse the repository at this point in the history
Please set g:spf13_bundle_groups in your .vimrc.before.local file to enable using these languages
  • Loading branch information
spf13 committed Apr 2, 2014
1 parent 2be7e68 commit b15eeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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', 'go', 'twig', 'javascript', 'haskell', 'html', 'misc', 'scala']
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'twig', 'javascript', 'html', 'misc',]
endif

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

1 comment on commit b15eeb6

@victoredwardocallaghan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This of course broken Haskell for me, I think it would have been nice to hand out a notice before this decision..

Please sign in to comment.