Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
68 lines (48 loc) · 3.17 KB

README.rst

File metadata and controls

68 lines (48 loc) · 3.17 KB

viman

DON'T MAINTAIN AGAIN, MOVE TO VIM-PLUG.
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 vim-packages.

installation

  1. install vim.
  2. install viman by pip3 install --user viman.

note:You can also perform these three 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