Skip to content

7kfpun/pypi.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi.vim

Simple plugin for checking the latest version of the Python package in Vim.

Screenshot

Requirements

Usage

:Pypi <package_name>  // Check for the latest version of the package
:Pypi <package_name> <package_name> <package_name>  // Check for the latest version of multiple packages
:'<,'>Pypi  // Update selected packages with the latest version

Install

  • Pathogen
    • git clone https://github.com/mattn/webapi-vim.git ~/.vim/bundle/webapi-vim
    • git clone https://github.com/7kfpun/pypi.vim.git ~/.vim/bundle/pypi.vim
  • vim-plug
    • Plug 'mattn/webapi-vim'
    • Plug '7kfpun/pypi.vim'
  • NeoBundle
    • NeoBundle 'mattn/webapi-vim'
    • NeoBundle '7kfpun/pypi.vim'
  • Vundle
    • Plugin 'mattn/webapi-vim'
    • Plugin '7kfpun/pypi.vim'

Settings

// Default settings
let g:pypi_print_results = 0
let g:pypi_replace_latest_version = 1
let g:pypi_replace_type = '=='  // or '>=' or '<'
let g:pypi_replace_with_comment = 0

About

Simple plugin for checking the latest version of the Python package in Vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published