Skip to content

lilyball/vim-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19bbb5e · Jul 27, 2015
Aug 15, 2014
Jul 27, 2015
Jul 13, 2015
Jul 1, 2014
Jul 13, 2015
Jul 8, 2014
Feb 16, 2015
Jul 13, 2015
Jul 13, 2015
Jul 13, 2015

Repository files navigation

Swift file type plugin for Vim

This is a Vim file type plugin for the Swift programming language.

Features

  • Full syntax coloring for Swift (including support for folding).
  • Helper commands for running Swift scripts and printing various compilation stages, including LLVM IR and assembly.
  • Full support for compiling/running iOS scripts using the iOS Simulator.
  • Supports multiple installations of Xcode.

See :help ft-swift for more details.

Installation

Install this plugin with your Vim plugin manager of choice.

Add the following to your .vimrc:

NeoBundle 'kballard/vim-swift', {
        \ 'filetypes': 'swift',
        \ 'unite_sources': ['swift/device', 'swift/developer_dir']
        \}

Run the following commands in your terminal:

cd ~/.vim/bundle
git clone https://github.com/kballard/vim-swift.git

About

Swift filetype plugin for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published