0

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:

  1. The python dependencies are all setup correctly on the VM.
  2. Syntastic + pylint runs super slow on the host.
cjav_dev
  • 2,895
  • 19
  • 25

0 Answers0