This project adds Swift support to vim. It covers syntax, indenting, and more.
- Put all files under $VIM.
-
If you prefer to install plugins using Pathogen.vim.
cd ~/.vim/bundle git clone git://github.com/toyamarinyon/vim-swift.git
-
Add the following configuration to your
.vimrc
.NeoBundle 'toyamarinyon/vim-swift'
-
Install with
:NeoBundleInstall
.