Heroku Buildpack to install Vim
Vim - the ubiquitous text editor
Installs from Amazon S3 using a statically linked Vim binary.
Vim installation ends in /app/vim
directory.
heroku buildpacks:add https://github.com/carloluis/heroku-buildpack-vim
{
"buildpacks": [
{
"url": "https://github.com/carloluis/heroku-buildpack-vim"
}
]
}
Lock the buildpack version
You can lock to a specific buildpack version by adding its tag at the end of the URL:
https://github.com/carloluis/heroku-buildpack-vim#v1.0.0
MIT © Carloluis