Split vundles into multiple files to reduce churn

This commit is contained in:
Yan Pritzker
2014-02-15 21:58:20 -06:00
parent a3ef052367
commit 2dbbf08434
9 changed files with 105 additions and 125 deletions

10
vim/vundles/ruby.vundle Normal file
View File

@@ -0,0 +1,10 @@
Bundle "ecomba/vim-ruby-refactoring"
Bundle "tpope/vim-rails.git"
Bundle "tpope/vim-rake.git"
Bundle "tpope/vim-rvm.git"
Bundle "vim-ruby/vim-ruby.git"
Bundle "Keithbsmiley/rspec.vim"
Bundle "skwp/vim-iterm-rspec"
Bundle "skwp/vim-spec-finder"
Bundle "ck3g/vim-change-hash-syntax"
Bundle "tpope/vim-bundler"