remove useless ruby related vim modules

This commit is contained in:
hophacker 2019-06-16 12:15:58 +08:00
parent 1946ddc7d8
commit f3fb93d96c
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1 @@
Bundle "ecomba/vim-ruby-refactoring"
Bundle "tpope/vim-rails.git"
Bundle "vim-ruby/vim-ruby.git" Bundle "vim-ruby/vim-ruby.git"
Bundle "keith/rspec.vim"
Bundle "tpope/vim-bundler"

View File

@ -12,3 +12,5 @@ fi
# Customize to your needs... # Customize to your needs...
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh