Skip to content

Instantly share code, notes, and snippets.

@choplin
Created July 7, 2011 16:44
Show Gist options
  • Save choplin/1069940 to your computer and use it in GitHub Desktop.
Save choplin/1069940 to your computer and use it in GitHub Desktop.
vim-quickrun config for psql
"quickrun_config for psql
unlet! g:quickrun_config
let g:quickrun_config = {
\ 'sql':{
\ 'command': 'psql',
\ 'cmdopt': '-d postgres',
\ 'exec': '%c %o -f %s',
\ },
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment