Last active
August 29, 2015 13:57
-
-
Save deanohyeah/9776471 to your computer and use it in GitHub Desktop.
Set up vim with mac vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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