Skip to content

Instantly share code, notes, and snippets.

@giginet
Created November 22, 2011 04:43
Show Gist options
  • Save giginet/1384912 to your computer and use it in GitHub Desktop.
Save giginet/1384912 to your computer and use it in GitHub Desktop.
Render and open POVRay file on quickrun.vim
let g:quickrun_config.pov = {
\ 'command' : 'povray',
\ 'exec' : ['%c +FN +W640 +H480 +A %s', 'open %s:r.png'],
\ 'split': '{"rightbelow 10sp"}'
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment