mirror of
https://github.com/toyamarinyon/vim-swift.git
synced 2025-10-19 11:29:57 -07:00
Adds Swift support to vim. It covers syntax, intenting, and more.
|
||
---|---|---|
ftdetect | ||
indent | ||
syntax | ||
test | ||
README.md |
vim-swift
Description
This project adds Swift support to vim. It covers syntax, indenting, and more.
Installation
Manually
- Put all files under $VIM.
Pathogen
-
If you prefer to install plugins using Pathogen.vim.
cd ~/.vim/bundle git clone git://github.com/toyamarinyon/vim-swift.git
NeoBundle (Recommended)
-
Add the following configuration to your
.vimrc
.NeoBundle 'toyamarinyon/vim-swift'
-
Install with
:NeoBundleInstall
.