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