aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-05-16 10:54:49 +0000
committerAnton Bobov <abobov@gmail.com>2013-05-16 10:57:01 +0000
commit5293b15f9339f3b0a08cb052df3fcf1fa98f81c0 (patch)
tree4f5d0856a2bcdf68dee3bdad4a90a5b8be9a2ce8 /.gitmodules
parentc6c73501c5e4576e2a688c59c88ef663c4d81ad1 (diff)
Add markdown Vim plugin.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 1646daf..4373d02 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -8,8 +8,11 @@
path = files/bin
url = git://github.com/abobov/bin.git
[submodule "files/.vim/bundle/nginx-vim-syntax"]
- path = files/.vim/bundle/nginx-vim-syntax
- url = git://github.com/evanmiller/nginx-vim-syntax.git
+ path = files/.vim/bundle/nginx-vim-syntax
+ url = git://github.com/evanmiller/nginx-vim-syntax.git
[submodule "files/.vim/bundle/nerdcommenter"]
- path = files/.vim/bundle/nerdcommenter
- url = git://github.com/scrooloose/nerdcommenter.git
+ path = files/.vim/bundle/nerdcommenter
+ url = http://github.com/scrooloose/nerdcommenter.git
+[submodule "files/.vim/bundle/vim-markdown"]
+ path = files/.vim/bundle/vim-markdown
+ url = https://github.com/plasticboy/vim-markdown.git