From 76388b4b77ad3b6c0d82a1a31d9496f995ac64a6 Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Sat, 26 Aug 2017 18:11:59 +0800 Subject: [PATCH] delete useless ruby plugins --- vim/vundles/ruby.vundle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vundles/ruby.vundle b/vim/vundles/ruby.vundle index f0c7bc8..ccf3c78 100644 --- a/vim/vundles/ruby.vundle +++ b/vim/vundles/ruby.vundle @@ -1,10 +1,6 @@ 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 "keith/rspec.vim" -Bundle "skwp/vim-iterm-rspec" -Bundle "skwp/vim-spec-finder" Bundle "ck3g/vim-change-hash-syntax" Bundle "tpope/vim-bundler"