diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-04 20:18:37 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-04 20:18:37 +0600 |
| commit | 15a32fffc79c7b3abae5427e8b57f26c9ac8c546 (patch) | |
| tree | c13c1c2c207cb47805f5641483370fdc1a2a84b1 /.gitmodules | |
| parent | 749fbb5c055c26ddccf127ef245d27c5766b8e21 (diff) | |
Add vim syntastic module.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index d296718..9a136b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,12 +63,15 @@ [submodule "tabular"] path = files/.vim/bundle/tabular url = https://github.com/godlygeek/tabular -[submodule "syntastic"] - path = files/.vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git +;[submodule "syntastic"] + ;path = files/.vim/bundle/syntastic + ;url = https://github.com/scrooloose/syntastic.git [submodule "FuzzyFinder"] path = files/.vim/bundle/FuzzyFinder url = https://github.com/vim-scripts/FuzzyFinder.git [submodule "L9"] path = files/.vim/bundle/L9 url = https://github.com/vim-scripts/L9.git +[submodule "files/.vim/bundle/syntastic"] + path = files/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git |
