- go to dashboard
- Personal
- select
yourApp
- Settings
- Add buildpack
- Enter Buildpack URL
- type
https://github.com/Aissaoui-Ahmed/vim-buildpack-heroku
- Save changes
- type
Note:
Your new buildpack configuration will be used when this app is next deployed.
$ heroku login
$ heroku buildpacks:set https://github.com/Aissaoui-Ahmed/vim-buildpack-heroku -a `yourApp` # you can "Vim" after Deploy
$ heroku run bash -a `yourApp`
~$ vim