diff options
author | June McEnroe <programble@gmail.com> | 2012-01-22 00:05:29 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-22 00:05:29 -0500 |
commit | 64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2 (patch) | |
tree | 5a595c5837a259b04901366b5ce73ed0ebca8c77 /.gitmodules | |
parent | Add Powerline (diff) | |
download | src-64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2.tar.gz src-64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2.zip |
Add syntastic
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 19356752..45d1b35d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "bundle/vim-powerline"] path = bundle/vim-powerline url = https://github.com/Lokaltog/vim-powerline.git +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/scrooloose/syntastic.git |