Skip to content

Instantly share code, notes, and snippets.

@jmorrell
Created November 20, 2017 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmorrell/4c8fb91e290c4f9a1d31e5da42065e27 to your computer and use it in GitHub Desktop.
Save jmorrell/4c8fb91e290c4f9a1d31e5da42065e27 to your computer and use it in GitHub Desktop.
vim on heroku 2017
curl https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-16/vim.tgz --output vim.tgz
mkdir -p vim/bin && tar xzvf vim.tgz -C vim/bin
export PATH=$PATH:/app/vim/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment