git clone git@github.com:mpnowacki/vim-config.git ~/.vim
cd ~/.vim && git submodule update --init --recursive
Install YouCompleteMe
See installation instructions for your OS.
On my mac I do it like this (if you want to use --gocode-completer
flag you
have to have go installed):
brew install --with-clang llvm # use your OS package manager
cd ~/.vim/bundle/YouCompleteMe && ./install.sh --clang-completer --gocode-completer
So far I only figured one easy way:
PYTHONPATH=/path/to/virtualenv/lib/pythonX.Y/site-packages/ vim
when started this way, jedi will see the packages in your virtualenv