Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 927 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 927 Bytes

Modified version of vim-pipenv to play nice with YouCompleteMe

Usage Examples

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.

Installing

vim-pipenv-ycm depends on YouCompleteMe:

Using pathogen

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