diff options
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1764aa52..b0e9adb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "bundle/tabular"] path = bundle/tabular url = https://github.com/godlygeek/tabular.git +[submodule "bundle/vim-markdown"] + path = bundle/vim-markdown + url = https://github.com/tpope/vim-markdown.git |