I edit some remote files using vim in combination with scp. When editing a remote php file using this method syntastic plugin isn't working.
When I type,
:SyntasticInfo
it says info for file type is php. So it recognizes the file type but isn't doing the check. Is this possible using vim with scp?