diff --git a/.gitmodules b/.gitmodules index a860ec0..90d8d7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule ".vim/bundle/vim-argwrap"] path = .vim/bundle/vim-argwrap url = https://github.com/FooSoft/vim-argwrap.git +[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 0000000..4395b47 --- /dev/null +++ b/.vim/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit 4395b4725650e371066da96ec6ddd0b14e6fdbe0