Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 602 Bytes

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
    

NeoBundle (Recommended)

  1. Add the following configuration to your .vimrc.

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