keith / investigate.vim

A Vim plugin for looking up documentation
http://keith.github.io/investigate.vim/
MIT License
297 stars 20 forks source link

Ruby documentation is defunct #24

Closed devlinzed closed 4 years ago

devlinzed commented 7 years ago

Investigate uses omniref for Ruby documentation, which was shut down a few months ago. I wanted to make a pull request but couldn't find an alternative with feature parity. Right now, though, it's broken.

keith commented 7 years ago

Thanks for filing this. I will look for a different site next time I'm on my computer. If you find one in the meantime please add it here or submit a PR with it!

devlinzed commented 7 years ago

I can find API docs for Ruby and for Rails but not Ruby and Rails like omniref. I might not be googling the right thing; sorry I'm not more helpful.

keith commented 7 years ago

It doesn't particularly have to include rails IMO. If users want rails docs to be searched, as well as ruby stdlib docs, they can configure that I guess.