Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 771 Bytes

README.markdown

File metadata and controls

32 lines (22 loc) · 771 Bytes

cocoa.vim

Vim plugin for Cocoa/Objective-C development with updated documentation support for iOS, OS X, watchOS & Xcode. It is now possible to use the online documentation which is easier to navigate; this also removes the requirement to download the offline documentation.

Installation

With Vundle

Plugin 'AlexKornitzer/cocoa.vim'
cd ~/.vim/bundle
git clone https://github.com/AlexKornitzer/cocoa.vim.git

Manually

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

Author

cocoa.vim was developed by Michael Sanders.