Skip to content

Instantly share code, notes, and snippets.

@kano4
Created March 8, 2013 11:32
Show Gist options
  • Save kano4/5115850 to your computer and use it in GitHub Desktop.
Save kano4/5115850 to your computer and use it in GitHub Desktop.
mrubyをquickrun.vimで実行する ref: http://qiita.com/items/595e8f88c8625ea35b82
" quickrun for MRuby
augroup AddFileType
autocmd BufWinEnter,BufNewFile *.mrb set filetype=ruby.mruby
augroup END
let g:quickrun_config['mruby'] = { 'command': 'ruby.mruby' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment