Skip to content

msanders/SwiftPlayground.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftPlayground.vim

Play with Swift code in Vim!

Preview

Usage

It compiles the playground when you save.

Note: Code Completions, Errors, and Warnings are optionally powered by iCompleteMe.

Installation

Use your plugin manager of choice.

  • Pathogen
    • git clone https://github.com/jerrymarino/SwiftPlayground.vim ~/.vim/bundle/SwiftPlayground.vim
  • Vundle
    • Add Bundle 'https://github.com/jerrymarino/SwiftPlayground.vim' to .vimrc
    • Run :BundleInstall
  • NeoBundle
    • Add NeoBundle 'https://github.com/jerrymarino/SwiftPlayground.vim' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/jerrymarino/SwiftPlayground.vim' to .vimrc
    • Run :PlugInstall

About

Play with Swift code in Vim!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 49.0%
  • Swift 25.8%
  • Shell 25.2%