All Projects → eraserhd → Objective Vim

eraserhd / Objective Vim

Quickly bootstrap vim for Objective-C hacking

Labels

Projects that are alternatives of or similar to Objective Vim

Vim Dragvisuals
Vim global plugin for dragging virtual blocks
Stars: ✭ 28 (-20%)
Mutual labels:  viml
Codeschool Vim Theme
codeschool vim theme
Stars: ✭ 32 (-8.57%)
Mutual labels:  viml
Hasksyn
A vim mode for Haskell
Stars: ✭ 34 (-2.86%)
Mutual labels:  viml
Vim Yankring
Mirror of yankring.vim
Stars: ✭ 28 (-20%)
Mutual labels:  viml
Vim Hl Var
Stars: ✭ 32 (-8.57%)
Mutual labels:  viml
Vim Fuzzysearch
Fuzzy pattern building, in any buffer
Stars: ✭ 33 (-5.71%)
Mutual labels:  viml
Vimrc
vgod's vimrc
Stars: ✭ 944 (+2597.14%)
Mutual labels:  viml
Vim Blackboard
A port of the Blackboard theme from TextMate to Vim.
Stars: ✭ 34 (-2.86%)
Mutual labels:  viml
Vimix
Vimux with Elixir Mix Integration
Stars: ✭ 32 (-8.57%)
Mutual labels:  viml
Ftcolor.vim
Switches colorschemes according to the file type.
Stars: ✭ 34 (-2.86%)
Mutual labels:  viml
Vim Llvmcov
The llvm-cov tool shows code coverage information for programs that are instrumented to emit profile data.
Stars: ✭ 30 (-14.29%)
Mutual labels:  viml
Dotfiles
Some of my configuration.
Stars: ✭ 31 (-11.43%)
Mutual labels:  viml
Cscope maps
cscope keyboard mappings for VIM
Stars: ✭ 33 (-5.71%)
Mutual labels:  viml
Linters.vim
Automatically run linters over your code as you write it
Stars: ✭ 28 (-20%)
Mutual labels:  viml
Vim Smartusline
Vim plugin that changes the color of the statusbar of the focused window according with the current mode (normal/insert/replace)
Stars: ✭ 34 (-2.86%)
Mutual labels:  viml
Cmdalias.vim
Create aliases for Vim commands.
Stars: ✭ 27 (-22.86%)
Mutual labels:  viml
Vim Readline
Readline bindings for Insert Mode
Stars: ✭ 33 (-5.71%)
Mutual labels:  viml
Vim Stylefmt
Format your stylesheets using stylefmt inside Vim
Stars: ✭ 35 (+0%)
Mutual labels:  viml
Davesdots
Stars: ✭ 34 (-2.86%)
Mutual labels:  viml
Tskeleton vim
File Templates and Code Skeletons/Snippets for VIM
Stars: ✭ 33 (-5.71%)
Mutual labels:  viml

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].