Sha256: 213dd4257b21a67e95c0417080b66539b45b272b19be74b15a34bade591efacd

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

Vim-Jar
=============

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

Get more detail reading my blog post: [use git submodule keep your plugin up to date](http://www.allenwei.cn/tips-using-git-submodule-keep-your-plugin-up-to-date)

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`

### Update all plugins

  `vim-jar update`

### 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`

### Get 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 brons_vimtools@rinspin.com port vim plugins to  github 
* Thanks Vincent help me test this gem


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vim-jar-0.1.2 README.md