0.0.1 • Published 11 years ago
vkg v0.0.1
vkg
The package manager for Vim
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.
Installation
npm install -g vkgUsage
vkg search gundo
vkg install gundoTODO
- LOTS OF THINGS
- Option for customized config file (~/.vkgrc)
- Moar commands
- tests
Contributing
Yes, please