LKI / vim-pipenv

Vim + Pipenv, with virtualenv/lsp support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Vim Script 100.0%