24 lines
509 B
Markdown
24 lines
509 B
Markdown
# cocoa.vim
|
|
|
|
Vim plugin for Cocoa/Objective-C development with updated (iOS8.1 and OS X 10.9) code completion and syntax highlighting.
|
|
|
|
## Installation
|
|
|
|
### With [Vundle](https://github.com/gmarik/vundle)
|
|
|
|
```
|
|
Plugin 'kentaroi/cocoa.vim'
|
|
```
|
|
|
|
### With [Pathogen](https://github.com/tpope/vim-pathogen)
|
|
|
|
```
|
|
cd ~/.vim/bundle
|
|
git clone https://github.com/kentaroi/cocoa.vim.git
|
|
```
|
|
|
|
## Author
|
|
|
|
[cocoa.vim](https://github.com/msanders/cocoa.vim) was developed
|
|
by [Michael Sanders](https://github.com/msanders).
|
|
|