diff options
author | June McEnroe <june@causal.agency> | 2012-01-22 00:05:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-22 00:05:29 -0500 |
commit | edc5f5c5e16c47321d2989ddb2770e136350d2a6 (patch) | |
tree | 5a595c5837a259b04901366b5ce73ed0ebca8c77 /.gitmodules | |
parent | Add Powerline (diff) | |
download | src-edc5f5c5e16c47321d2989ddb2770e136350d2a6.tar.gz src-edc5f5c5e16c47321d2989ddb2770e136350d2a6.zip |
Add syntastic
Diffstat (limited to '.gitmodules')
-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 |