Skip to content

Instantly share code, notes, and snippets.

@lasta
Created June 13, 2014 06:43
Show Gist options
  • Save lasta/737f3f8986e3c4c3dd79 to your computer and use it in GitHub Desktop.
Save lasta/737f3f8986e3c4c3dd79 to your computer and use it in GitHub Desktop.
vim-quickrun for swift
let g:quickrun_config = {
\ 'swift' : {
\ 'command' : 'swift',
\ 'exec': ['%c %o %s -o %s:p:r', '%s:p:r %a'],
\ 'tempfile' : '%{tempname()}',
\ 'hook/sweep/files': '%S:p:r',
\ },
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment