diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-04 18:50:53 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-04 18:50:53 +0600 |
| commit | 1e4e9c3f6b0c1df14113dda69413c6f97c767d2c (patch) | |
| tree | 26d4c03746f1611c5d2cfb5e5e0470f7fd4919da /.gitmodules | |
| parent | 3a6398b0d7bb80468c9d7b7d2c9433040efef616 (diff) | |
| parent | 700ac810d0606d2a8de595b46e7f1cba483f3d36 (diff) | |
Merge remote-tracking branch 'bonn/xxx'
Conflicts:
.gitmodules
files/.vimrc
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index af40987..d296718 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,3 +63,12 @@ [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 "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 |
