Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyamarinyon/vim-swift

Adds Swift support to vim. It covers syntax, intenting, and more.
https://github.com/toyamarinyon/vim-swift

Last synced: 9 days ago
JSON representation

Adds Swift support to vim. It covers syntax, intenting, and more.

Awesome Lists containing this project

README

        

**vim-swift**
=================

Description
-----------------

This project adds [Swift] support to vim. It covers syntax,
indenting, and more.

[Swift]: https://developer.apple.com/swift/

## Installation
### Manually
1. Put all files under $VIM.

### Pathogen
1. If you prefer to install plugins using [Pathogen.vim](https://github.com/tpope/vim-pathogen).

cd ~/.vim/bundle
git clone git://github.com/toyamarinyon/vim-swift.git

### NeoBundle (Recommended)
1. Add the following configuration to your `.vimrc`.

NeoBundle 'toyamarinyon/vim-swift'

2. Install with `:NeoBundleInstall`.