Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Python executable on a remote server #492

Closed shiriru closed 9 years ago

shiriru commented 9 years ago

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?

Shougo commented 9 years ago

It is impossible.