From 5293b15f9339f3b0a08cb052df3fcf1fa98f81c0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 16 May 2013 10:54:49 +0000 Subject: Add markdown Vim plugin. --- .gitmodules | 11 +++++++---- files/.vim/bundle/vim-markdown | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 files/.vim/bundle/vim-markdown 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 diff --git a/files/.vim/bundle/vim-markdown b/files/.vim/bundle/vim-markdown new file mode 160000 index 0000000..12ec4c1 --- /dev/null +++ b/files/.vim/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit 12ec4c1fbf9b99275e138682b1078f7e15c50258 -- cgit v1.2.3