skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

I get no such file to load bundler/setup #11

Open regedarek opened 12 years ago

regedarek commented 12 years ago

When im run the spec, i get

/Users/regedarek/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': no such file to load -- bundler/setup 
(LoadError)

Where i can setup loadpath to bundler

miguelbermudez commented 11 years ago

Had the same problem. I solved it by removing set autochdir from my .vimrc . Hope this helps.