This is a proof of concept, I will be releasing a stable and better application soon.
This is vkg (pronounced vackage), the package manager for Vim. vkg relies on the data from the folks at Vimawesome.
vkg works alongside Pathogen, and presumes that your infected dir is ~/.vim/bundle.
vkg needs Coffeescript to be installed globally in the system, and the
coffee
binary to be accesible in the path.
npm install -g vkg
vkg search gundo
vkg install gundo
- LOTS OF THINGS
- Option for customized config file (~/.vkgrc)
- Moar commands
- tests
Yes, please