ywzhaiqi / vim

my vim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用 pathogen + git 管理 Vim 插件,参考 教程:使用 pathogen + git 管理 Vim 插件

使用

git clone 后,使用 git submodule update --init --recursive 初始化插件

安装插件

git submodule add git://github.com/XXX/XXX.git bundle/XXX

升级插件

git checkout master; git pull

批量升级

git submodule foreach 'git checkout master && git pull'

删除插件

rm -rf bundle/XXX
git rm -r bundle/XXX

插件介绍

About

my vim config


Languages

Language:Vim Script 100.0%