https://github.com/tpope/vim-heroku
heroku.vim: Heroku CLI wrapper
https://github.com/tpope/vim-heroku
Last synced: about 1 year ago
JSON representation
heroku.vim: Heroku CLI wrapper
- Host: GitHub
- URL: https://github.com/tpope/vim-heroku
- Owner: tpope
- Created: 2014-04-08T17:52:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T16:07:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T16:27:53.680Z (over 1 year ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=4915
- Size: 20.5 KB
- Stars: 103
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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.
[Heroku CLI]: https://devcenter.heroku.com/articles/heroku-cli
## Installation
Install using your favorite package manager, or use Vim's built-in package
support:
mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/heroku.git
vim -u NONE -c "helptags heroku/doc" -c q
You may also want to install [dispatch.vim][] and [fugitive.vim][] for
asynchronous command execution and better Git repository detection,
respectively.
[dispatch.vim]: https://github.com/tpope/vim-dispatch
[fugitive.vim]: https://github.com/tpope/vim-fugitive
## License
Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See `:help license`.