aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2014-07-04 20:18:37 +0600
committerAnton Bobov <abobov@gmail.com>2014-07-04 20:18:37 +0600
commit15a32fffc79c7b3abae5427e8b57f26c9ac8c546 (patch)
treec13c1c2c207cb47805f5641483370fdc1a2a84b1
parent749fbb5c055c26ddccf127ef245d27c5766b8e21 (diff)
Add vim syntastic module.
-rw-r--r--.gitmodules9
m---------files/.vim/bundle/syntastic0
2 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
diff --git a/files/.vim/bundle/syntastic b/files/.vim/bundle/syntastic
new file mode 160000
+Subproject 1ee4bcccc705cdcd07c806d04a88035bb02ee37