viman
DON'T MAINTAIN AGAIN, MOVE TO VIM-PLUG
Pypi | CI | Coverage | Lint | Project | PR |
---|---|---|---|---|---|
Plugin manager of vim written by python3 with pacman flavor usage.And viman based on vim-packages
.
installation
- install vim.
- 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 yse | sudo apt-get install
if you don't use pacman
.
usage
- query help by
viman -h
- install plugin by
viman -S https://github.com/altercation/vim-colors-solarized.git
. - uninstall plugin by
viman -Rn vim-colors-solarized
orviman -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