jerrymarino / SwiftPlayground.vim

Play with Swift code in Vim!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ecosystem

The following libraries use the framework provided by SwiftPlayground.vim to add similar functionality to other editors:

About

Play with Swift code in Vim!

License:Other


Languages

Language:Vim Script 48.9%Language:Swift 31.5%Language:Shell 19.6%