diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-20 10:36:28 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-20 10:36:28 +0100 |
commit | dc237c83248794ecdc94933fa549a89a7cc86178 (patch) | |
tree | 22088e22cf0c363db7a65cdc1c11c22308fa3f4c /.gitmodules | |
parent | c9546af5ee8a7134db990dbe29bef9bde71ff85f (diff) | |
download | dotfiles-dc237c83248794ecdc94933fa549a89a7cc86178.tar.gz dotfiles-dc237c83248794ecdc94933fa549a89a7cc86178.tar.bz2 dotfiles-dc237c83248794ecdc94933fa549a89a7cc86178.zip |
Add syntastic bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b643ab9..d4fb015 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/.vim/bundle/vim-scala"] path = vim/.vim/bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[submodule "vim/.vim/bundle/syntastic"] + path = vim/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic/ |