mirror of
https://github.com/toyamarinyon/vim-swift.git
synced 2026-04-19 17:50:01 -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.