alexkornitzer / cocoa.vim

Vim plugin for Cocoa/Objective-C development.

Home Page:www.vim.org/scripts/script.php?script_id=2674

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

With Pathogen

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.

About

Vim plugin for Cocoa/Objective-C development.

www.vim.org/scripts/script.php?script_id=2674


Languages

Language:Vim Script 90.3%Language:Python 8.7%Language:Objective-C 0.9%Language:Shell 0.1%