Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arvida/vim-open-rubygems

Open up the http://rubygems.org page for a Gem from Vim
https://github.com/arvida/vim-open-rubygems

Last synced: about 1 month ago
JSON representation

Open up the http://rubygems.org page for a Gem from Vim

Awesome Lists containing this project

README

        

# open-rubygems.vim

Easily open the [rubygems.org](http://rubygems.org/) page for gem from Vim.

## Usage

Use `:Gem rails` to open up [rails on rubygems.org](http://rubygems.org/gems/rails). 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](https://github.com/tpope/vim-pathogen):

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](https://github.com/arvida/vim-open-rubygems).

## License

Copyright (c) Arvid Andersson. Distributed under the same terms as Vim itself.
See `:help license`.