Skip to content

Instantly share code, notes, and snippets.

@collegeimprovements
Created October 21, 2015 03:40
Show Gist options
  • Save collegeimprovements/5747e8fbf6e0a7a552e8 to your computer and use it in GitHub Desktop.
Save collegeimprovements/5747e8fbf6e0a7a552e8 to your computer and use it in GitHub Desktop.
How to install vim. Install Ruby, Python with Rbenv and Pyenv ideally. Install homebrew and then install vim with the following commands. Use `brew info vim` for help.
brew install vim --disable-nls --override-system-vi --with-client-server --with-lua --with-luajit --with-python3 --enable-cscope --with-features=huge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment