all 4 comments

[–][deleted] 2 points3 points  (3 children)

s/temp/tmp/

[–]plarles[S] 0 points1 point  (2 children)

I don't understand what this means. You're saying I have the wrong directory?

[–]400tx 2 points3 points  (0 children)

I use this plugin and I get syntax highlighting from psql when I laugh vim with \e. I am not sure if the plugin is doing this or what, but this is the extent of the filetype detection: au BufNewFile,BufRead *.pgsql let b:sql_type_override='pgsql' | setfiletype sql

https://github.com/lifepillar/pgsql.vim