Skip to content

jdx/vim-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku.vim

A Vim plugin for interacting with Heroku. Yes really. Provided is a :Heroku command that wraps the Heroku CLI, featuring some pretty wicked tab complete. Plus it adds a command wrapper for each Heroku remote in your Git config, so :Staging console is only a few keystrokes away.

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/tpope/vim-heroku.git
git clone git://github.com/tpope/vim-dispatch.git
git clone git://github.com/tpope/vim-fugitive.git

You technically don't need dispatch.vim or fugitive.vim, but they help heroku.vim with asynchronous command execution and Git repository detection, respectively.

License

Copyright © Tim Pope. Distributed under the same terms as Vim itself. See :help license.

About

heroku.vim: Heroku toolbelt and hk wrapper

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%