open-rubygems.vim
Easily open the rubygems.org page for gem from Vim.
Usage
Use :Gem rails
to open up rails on rubygems.org. If the cursor is located on a gem name you can use :Gem
to open up the rubygems.org page for that gem.
Installation
Using pathogen.vim:
cd ~/.vim/bundle
git clone git://github.com/arvida/vim-open-rubygems.git
Otherwise just copy the contents of open-rubygems.vim's plugin folder to ~/.vim/plugins/
.
Requirements
Mac OS X - open-rubygems.vim currently relies on the open
shell command.
Contributing
You are very welcome to contibute. Do a pull request or issue on github.
License
Copyright (c) Arvid Andersson. Distributed under the same terms as Vim itself.
See :help license
.