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:
24
sources_non_forked/cocoa.vim/README.markdown
Normal file
24
sources_non_forked/cocoa.vim/README.markdown
Normal 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).
|
||||
|
Reference in New Issue
Block a user