This is another plugin manager built on top of minpac for Vim/Neovim . It's written in pure vimscript and utilizes jobs and pack features.
Linux/Mac
For Neovim
git clone https://github.com/kristijanhusak/vim... ~/.config/nvim/pack/packager/opt/vim-packager
For Vim
git clone https://github.com/kristijanhusak/vim... ~/.vim/pack/packager/opt/vim-packager
Windows
For Neovim
git clone https://github.com/kristijanhusak/vim... ~/AppData/Local/nvim/pack/packager/opt/vim-packager
For Vim
git clone https://github.com/kristijanhusak/vim... ~/vimfiles/pack/packager/opt/vim-packager
To use packager
packadd! vim-packager
call packger#init()
To add a package ( by default clones into pack/packager/start )
call packager#add('repo/name')
then
call packager#install() or call packager#update()
To remove a package
Delete a line for that package and then
call package#clean(')