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.
- 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.
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