Skip to content

markschabacker/cocoa.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickly install with:

mkdir cocoa.vim
cd !$
git clone git://github.com/msanders/cocoa.vim.git
cp -r . ~/.vim

Remove annoying "is a web application downloaded from the internet" prompt when viewing docs with:

cd /Library/Developer/Shared/Documentation/DocSets
sudo xattr -rd com.apple.quarantine *.docset

To allow custom Cmd-b key binding (to issue 'Build' in the Xcode), put the following in the .gvimrc:

if has("gui_macvim")
	macmenu &Tools.Make key=<nop>
endif

About

Vim plugin for Cocoa/Objective-C development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 76.0%
  • JavaScript 13.2%
  • Python 9.7%
  • Other 1.1%