From 3d8a3656f90e3283dbc076feb47f71c4108c3530 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 1 May 2017 14:21:26 +0100 Subject: [PATCH] Add pandoc and table mode --- .gitmodules | 9 +++++++++ bundle/vim-pandoc | 1 + bundle/vim-pandoc-syntax | 1 + bundle/vim-table-mode | 1 + 4 files changed, 12 insertions(+) create mode 160000 bundle/vim-pandoc create mode 160000 bundle/vim-pandoc-syntax create mode 160000 bundle/vim-table-mode diff --git a/.gitmodules b/.gitmodules index fb8c5ed..e2b6e56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,12 @@ [submodule "bundle/quicktex"] path = bundle/quicktex url = https://github.com/brennier/quicktex +[submodule "bundle/vim-pandoc"] + path = bundle/vim-pandoc + url = https://github.com/vim-pandoc/vim-pandoc +[submodule "bundle/vim-pandoc-syntax"] + path = bundle/vim-pandoc-syntax + url = https://github.com/vim-pandoc/vim-pandoc-syntax +[submodule "bundle/vim-table-mode"] + path = bundle/vim-table-mode + url = https://github.com/dhruvasagar/vim-table-mode diff --git a/bundle/vim-pandoc b/bundle/vim-pandoc new file mode 160000 index 0000000..fc209c6 --- /dev/null +++ b/bundle/vim-pandoc @@ -0,0 +1 @@ +Subproject commit fc209c66e937172efdd6db39ee64fcb3980ce329 diff --git a/bundle/vim-pandoc-syntax b/bundle/vim-pandoc-syntax new file mode 160000 index 0000000..56e8e41 --- /dev/null +++ b/bundle/vim-pandoc-syntax @@ -0,0 +1 @@ +Subproject commit 56e8e41ef863a0a7d33d85c3c0c895aa6e9e62d3 diff --git a/bundle/vim-table-mode b/bundle/vim-table-mode new file mode 160000 index 0000000..4e41af8 --- /dev/null +++ b/bundle/vim-table-mode @@ -0,0 +1 @@ +Subproject commit 4e41af8e5f0bf53326d1b83c2feb1eff89fe90d4