Skip to content

Instantly share code, notes, and snippets.

@nguyentruongtho
Forked from dvdbng/vim-heroku.sh
Created December 27, 2022 00:18
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 nguyentruongtho/1a7c2b385ab2ba4d40cebc568e8b35a0 to your computer and use it in GitHub Desktop.
Save nguyentruongtho/1a7c2b385ab2ba4d40cebc568e8b35a0 to your computer and use it in GitHub Desktop.
Run vim in heroku updated 2017
mkdir ~/vim
cd ~/vim
# Staically linked vim version compiled from https://github.com/ericpruitt/static-vim
# Compiled on Jul 20 2017
curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz
export VIMRUNTIME="$HOME/vim/runtime"
export PATH="$HOME/vim:$PATH"
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment