From ab3ebc1664ad8dc6d436c000b9f6894f82a4be03 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 6 Mar 2017 11:16:03 +0000 Subject: [PATCH] Add markdown plugin --- .gitmodules | 3 +++ bundle/vim-markdown | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-markdown diff --git a/.gitmodules b/.gitmodules index 03b2187..8cbc4ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/vim-css3-syntax"] path = bundle/vim-css3-syntax url = https://github.com/hail2u/vim-css3-syntax +[submodule "bundle/vim-markdown"] + path = bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git diff --git a/bundle/vim-markdown b/bundle/vim-markdown new file mode 160000 index 0000000..3df7bff --- /dev/null +++ b/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit 3df7bff7c4d9310d6a588de22660b88f82ffa3bf