by carloluis
GitHub Readme.md
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"
}
]
}
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
Copy the snippet above into CLI.