Vim-Jar

Provide a easy way to manage your plugin use vim plugin pathogen

Installation

gem install vim-jar

Usage

Init your environment vim-jar init

It will check your whether your .vim path is git repo and install pathogen

Install partiqular plugin vim-jar install PLUGIN_NAME

List all installed plguins vim-jar list

List all avaliable plugin vim-jar list

Import plugin to avaliable plugin list vim-jar import GITHUB_URL

It will update your local plugin database, only support github repo now.

Uninstall plugin
vim-jar uninstall PLUGIN_NAME

Help vim-jar -h

Roadmap

  • Update installed plugins
  • Install from vim.org, autodetect vga, compressed plugin and folds.
  • Install theme
  • Preivew theme screeshot
  • Everyone contribute plugin source
  • Rank popular plugins
  • Category plugins

Thanks

  • Thanks [email protected] port vim plugins to github
  • Thanks Vincent help me test this gem