Created
July 7, 2011 16:44
-
-
Save choplin/1069940 to your computer and use it in GitHub Desktop.
vim-quickrun config for psql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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