vimpacks is a plugin management tool for Vim7 and later.
<HOME>
├─ .vim
│ └─ pack
│ └─ vimpacks
│ ├─ start
│ │ └─ * : plugins(autoload)
│ └─ opt
│ └─ * : plugins(lazyload)
└─ .config
└─ vimpacks
├─ start.list : config-file(start)
└─ opt.list : config-file(opt)
# Download
git clone --depth=1 https://github.com/ghsable/vimpacks.git
# Deploy config-files
cp -r vimpacks/.config ~/
# Set env
export EDITOR='your text editor'
export PATH=${PATH}:/path/to/vimpacks
# Edit config-files
vimpacks -e start
vimpacks -e opt
INSTALL/UNINSTALL :
vimpacks -i
UPDATE :
vimpacks -u
EDIT :
vimpacks -e start
vimpacks -e opt
HELP :
vimpacks -h