Skip to content

lilyball/vim-swift-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published