Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 987 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 987 Bytes

Objective Vim

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"

What It Has

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.