1
0
Fork 0
mirror of synced 2024-07-02 13:31:09 -04:00
ultimate-vim/sources_non_forked/cocoa.vim/README.markdown

25 lines
509 B
Markdown
Raw Normal View History

2017-03-27 03:44:07 -04:00
# 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).