vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit e9fd0dd44c2eeb01362f93ce80caab89a5f9da3c
parent 63aedfe7985f0edc21431468f9b207becaefd8df
Author: Xiaodong Xu <[email protected]>
Date:   Tue Jul  3 23:40:58 +0800

Add matchtag and numbers plugins

Diffstat:
.gitmodules | 6++++++
_vim/bundle/ctrlp | 2+-
_vim/bundle/matchtag | 1+
_vim/bundle/numbers | 1+
_vim/bundle/syntastic | 2+-
_vim/bundle/tagbar | 2+-
6 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -64,3 +64,9 @@ [submodule "_vim/bundle/powerline"] path = _vim/bundle/powerline url = git://github.com/xuxiaodong/vim-powerline.git +[submodule "_vim/bundle/matchtag"] + path = _vim/bundle/matchtag + url = git://github.com/gregsexton/MatchTag.git +[submodule "_vim/bundle/numbers"] + path = _vim/bundle/numbers + url = git://github.com/xuxiaodong/numbers.vim.git diff --git a/_vim/bundle/ctrlp b/_vim/bundle/ctrlp @@ -1 +1 @@ -Subproject commit 4e38004029c50ae22a0e32432ff5f5a0893910fc +Subproject commit 5885da54beba301be4f7b13f7556e97e570193e5 diff --git a/_vim/bundle/matchtag b/_vim/bundle/matchtag @@ -0,0 +1 @@ +Subproject commit c7702ab0d6eb5bf10dc7cd12004e9d3f693f0fd3 diff --git a/_vim/bundle/numbers b/_vim/bundle/numbers @@ -0,0 +1 @@ +Subproject commit d05b087d4074e9f90afab3d473ad3063f55966a6 diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 1e94b987052e91d925ce93b331507cda5225e4b8 +Subproject commit 25e81cbe5dd27c6725a2f9733551d449841eea72 diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit fd9ac426e91cce4d054be56dd6952bcafe135eb7 +Subproject commit 768cd6b908331800e7995b2f1dcb3e561f5669c2