Skip to main content

The vim plugin manager based on git and pathogen!

Project description

Pypi

CI

Coverage

Lint

Project

PR

Pypi

travis

codecov

CodeFactor

BCH

PR-welcomes

Language grade: Python

Codacy Badge

Plugin manager of vim written by python3 with pacman flavor usage.And viman based on Pathogen and Git .

installation

  1. install vim.

  2. install and configure Pathogen .

  3. install Git .

  4. install viman by pip3 install --user viman.

note:You can also perform these four steps by export NATIVE_INSTALL='sudo pacman --noconfirm -Sy' && curl -sL https://raw.githubusercontent.com/Shylock-Hg/viman/master/install.sh | sh. And please value you own NATIVE_INSTALL such as yes | sudo apt-get install if you don’t use pacman.

usage

  • query usage of viman by viman -h.

  • install plugin by viman -S https://github.com/altercation/vim-colors-solarized.git ....

  • uninstall plugin by viman -Rn vim-colors-solarized ... or viman -R https://github.com/altercation/vim-colors-solarized.git ....

  • query all plugins installed by viman -Q.

  • reduct all plugins from yml file by viman -Sf <yml ...>.

feature

  • dependency management

  • plugin backup

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

viman-0.0.10.tar.gz (21.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page