heroku-buildpack-vim

by carloluis

GitHub Readme.md

heroku-buildpack-vim · GitHub license

Heroku Buildpack to install Vim

Vim - the ubiquitous text editor

How it works

Installs from Amazon S3 using a statically linked Vim binary. Vim installation ends in /app/vim directory.

Configure from CLI

heroku buildpacks:add https://github.com/carloluis/heroku-buildpack-vim

Configure from app manifest

{
    "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

License

MIT © Carloluis