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