vimenv

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

commit 4382fef33d84b23605d21dcae408b146e9f5f0b3
parent ba7f9ac087faeff5c8647af44d1f5ce8ff046d64
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 30 11:29:25 +0800

Add syntastic plugin

Diffstat:
.gitmodules | 3+++
_vim/bundle/syntastic | 1+
_vimrc | 2+-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules @@ -61,3 +61,6 @@ [submodule "_vim/bundle/slime"] path = _vim/bundle/slime url = git://github.com/jpalardy/vim-slime.git +[submodule "_vim/bundle/syntastic"] + path = _vim/bundle/syntastic + url = git://github.com/scrooloose/syntastic.git diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 1e94b987052e91d925ce93b331507cda5225e4b8 diff --git a/_vimrc b/_vimrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2012 Jun 23 +" modified: 2012 Jun 28 " "-- source --"