From 7aa79f6d337e2e5050a2bbda1299574bfcd5602a Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 20:03:28 +0200 Subject: [PATCH] markdown plugin for vim added --- .gitmodules | 3 +++ .vim/bundle/vim-markdown | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-markdown diff --git a/.gitmodules b/.gitmodules index 188711b5..2c867ee4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = http://github.com/tpope/vim-fugitive +[submodule ".vim/bundle/vim-markdown"] + path = .vim/bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git diff --git a/.vim/bundle/vim-markdown b/.vim/bundle/vim-markdown new file mode 160000 index 00000000..bb1bd0a2 --- /dev/null +++ b/.vim/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit bb1bd0a2f2a0634c8635ee146ad378bc68364191