Modified version of vim-pipenv to play nice with YouCompleteMe
Get help
:help pipenv_ycm
See pipenv graph
:PipenvYcm graph
As an example, install & lock python-openctm
in dev packages
:PipenvYcm install python-openctm --dev
Activate Pipenv venv for current file
:PipenvYcm
Use <tab> to switch between available commands.
vim-pipenv-ycm depends on YouCompleteMe:
First make sure you have Pathogen, then
cd ~/.vim
mkdir -p bundle && cd bundle
git clone https://github.com/lejafar/vim-pipenv-ycm
# Install YouCompleteMe as well and
git clone https://github.com/Valloric/YouCompleteMe
cd YouCompleteMe
./install.py --clang-completer