I'm using vim locally to edit files on my Mac host. These files are then synced using nfs to a vm (setup with Vagrant) that includes all of the dependencies. The vm is currently where the tests are run and where I would like to setup linting to run.
Is there a way to have syntastic run a checker on a remote machine? I want to do this for a few reasons:
- The python dependencies are all setup correctly on the VM.
- Syntastic + pylint runs super slow on the host.