Scripts for building a nice console Vim for Mac OS X with support for iOS development.
To install, simply copy the following line and paste into your terminal:
curl https://raw.github.com/eraserhd/objective-vim/master/install.sh |sh
When done, you should have a fully configured vim. Be sure to put the following in your .bash_profile to use it instead of the system vim:
export PATH=~/objective-vim/bin:"$PATH"
It has the following features:
- Ruby scripting support (using 1.9.3)
- Python scripting support (using system python)
It includes the following plugins:
- CommandT
- clang_complete
- ios.vim
- kiwi.vim
It also installs reattach-to-user-namespace which can be used
within tmux to restore the functioning of pbcopy, pbpaste, and Vim's
"+
register.