From fa611c5f7ebe469471a50d40b9b1d2e7deb65776 Mon Sep 17 00:00:00 2001 From: "Michael R. Bernstein" Date: Sat, 12 Jul 2014 13:22:00 -0500 Subject: [PATCH] Remove twig from default bundles. --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 2ca97b1..8a40aac 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -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