Skip to content

Instantly share code, notes, and snippets.

@naaman
Last active July 6, 2023 13:50
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save naaman/2847793 to your computer and use it in GitHub Desktop.
Save naaman/2847793 to your computer and use it in GitHub Desktop.
vim on heroku
#!/usr/bin/env bash
mkdir vim
curl https://s3.amazonaws.com/heroku-vim/vim-7.3.tar.gz --location --silent | tar xz -C vim
export PATH=$PATH:/app/vim/bin
@jasonheecs
Copy link

I made a heroku vim plugin that works with the heroku-16 stack:
https://github.com/jasonheecs/heroku-vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment