Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arvida/vim-open-rubygems
- Owner: arvida
- Created: 2013-01-22T07:12:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T14:24:45.000Z (almost 12 years ago)
- Last Synced: 2023-03-10T21:43:10.744Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.