Skip to content

Instantly share code, notes, and snippets.

@namick
Last active February 14, 2017 15:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namick/0b081129d23402b64481e4273cfe590b to your computer and use it in GitHub Desktop.
Save namick/0b081129d23402b64481e4273cfe590b to your computer and use it in GitHub Desktop.
Vim on Heroku
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
export EDITOR=vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment