Adds Swift support to vim. It covers syntax, intenting, and more.
Find a file
toyamarinyon 85025c4af4 Merge pull request #12 from tianyouhui/master
add swift 3 keywords
2016-12-27 10:09:36 +09:00
ftdetect Add ftdetect/swift.vim 2014-06-03 15:58:40 +09:00
indent Add syntax file 2014-06-03 17:50:24 +09:00
syntax rm Int and other type 2016-12-16 11:38:38 +08:00
test Improve number literals 2014-06-06 16:52:17 +09:00
README.md add pathogen installation 2014-06-16 12:29:06 +02:00

vim-swift

Description

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

Installation

Manually

  1. Put all files under $VIM.

Pathogen

  1. If you prefer to install plugins using Pathogen.vim.

     cd ~/.vim/bundle
     git clone git://github.com/toyamarinyon/vim-swift.git
    
  1. Add the following configuration to your .vimrc.

     NeoBundle 'toyamarinyon/vim-swift'
    
  2. Install with :NeoBundleInstall.