1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 11:44:59 +08:00

add cocoa.vim & swift.vim

This commit is contained in:
huhuaishun
2017-03-27 15:44:07 +08:00
committed by Huaishun Hu
parent 6f466ade5d
commit 7f9ab057ba
52 changed files with 12415 additions and 2 deletions

View File

@ -0,0 +1,24 @@
# 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).