Skip to content
/ vim-pipenv Public

Vim + Pipenv, with virtualenv/lsp support.

Notifications You must be signed in to change notification settings

LKI/vim-pipenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-pipenv

Vim + Pipenv, with virtualenv/lsp support.

Features

  • Auto activate pipenv in vim
  • Auto switch pipenv for different file
  • Auto reload lsp server
  • Provide in-vim Pipenv command
  • Auto change directory to Pipfile root folder
  • Cache pipenv paths (for performance)
  • Test on windows/macos/linux

Installing

Plug 'jmcantrell/vim-virtualenv'
Plug 'PieterjanMontens/vim-pipenv'
Plugin 'jmcantrell/vim-virtualenv'
Plugin 'PieterjanMontens/vim-pipenv'
mkdir -p ~/.vim/bundle && cd ~/.vim/bundle
git clone https://github.com/jmcantrell/vim-virtualenv
git clone https://github.com/PieterjanMontens/vim-pipenv

Tell Me More

Originally forked from PieterjanMontens/pipenv, which is inspired by and using vim-virtualenv. vim-pipenv detects the venv of pipenv projects, and activates it. See :help pipenv for more details.

License

License: Same terms as Vim itself (see :help license)

About

Vim + Pipenv, with virtualenv/lsp support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages