Closed duhanebel closed 11 years ago
Yeah, I bet that example autocommand will make things work. I haven't tried though.
Other than that, RVM is pretty antagonistic towards introspection, so I don't think you will see native support for it. (Compare with rbenv, which works out of the box without doing anything special.)
By using RVM, GEM_PATH is changed only when cd-ing into the project directory. When using a vim instance opened from outside that project directory, GEM_PATH won't match the project's one.
The only way I see to fix this is to somehow add support for rvm, recognizing the presence of .rvmrc files.