Skip to content

Vim plugin for detecting & interacting with Pipenv in combination with YouCompleteMe

Notifications You must be signed in to change notification settings

lejafar/vim-pipenv-ycm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim plugin for detecting & interacting with Pipenv in combination with YouCompleteMe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published