Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 1019 Bytes

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