Skip to content

Instantly share code, notes, and snippets.

@deanohyeah
Last active August 29, 2015 13:57
Show Gist options
  • Save deanohyeah/9776471 to your computer and use it in GitHub Desktop.
Save deanohyeah/9776471 to your computer and use it in GitHub Desktop.
Set up vim with mac vim
Download latest version of mac vim
https://github.com/b4winckler/macvim/releases
Install pathogen.vim(manages plugins)
http://www.vim.org/scripts/script.php?script_id=2332
Install a theme possibly:
https://github.com/altercation/vim-colors-solarized
Install CtrlP
https://github.com/kien/ctrlp.vim.git
Add indentation guides
https://github.com/nathanaelkane/vim-indent-guides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment