lilyball / vim-swift-extra

All the non-syntax-coloring bits from lilyball/vim-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift file type plugin for Vim

This is a Vim file type plugin for the Swift programming language. This does not include syntax-coloring, as it's meant to be used by people who are using another syntax coloring plugin, such as the one in the swift repo. If you want syntax coloring, please use lilyball/vim-swift.

Features

  • 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-extra for more details.

Installation

Install this plugin with your Vim plugin manager of choice.

Add the following to your .vimrc:

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

Run the following commands in your terminal:

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

About

All the non-syntax-coloring bits from lilyball/vim-swift


Languages

Language:Vim Script 100.0%