0.0.1 • Published 10 years ago

vkg v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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 vkg

Usage

vkg search gundo
vkg install gundo

TODO

  • LOTS OF THINGS
  • Option for customized config file (~/.vkgrc)
  • Moar commands
  • tests

Contributing

Yes, please