November 24

pluginディレクトリには原則plugin_loader.jsだけ置いて、
g:plugin_loader_rootsに↓のリポジトリと同期したディレクトリを指定する。
git://github.com/vimpr/vimperator-plugins.git
git://github.com/caisui/vimperator.git
あとは、リポジトリの中で使用するプラグイン名だけ
liberator.globalVariables.plugin_loader_pluginsに登録している。
プラグインの更新は、該当リポジトリに対してgit pullするだけ。