I use neocomplcache with Gvim for python development. I use vagrant as a dev environment and virtualenv as isolated environment for Django development.
I would like to make possible neocomplcache to recognize the remote virtual environment with correct path in order to enable autocompletion. Is there any solution for this, or may be a work around?
Hello,
I use neocomplcache with Gvim for python development. I use vagrant as a dev environment and virtualenv as isolated environment for Django development.
I would like to make possible neocomplcache to recognize the remote virtual environment with correct path in order to enable autocompletion. Is there any solution for this, or may be a work around?