Add pandoc and table mode
This commit is contained in:
parent
27f0ee684f
commit
3d8a3656f9
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
bundle/vim-pandoc
Submodule
1
bundle/vim-pandoc
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit fc209c66e937172efdd6db39ee64fcb3980ce329
|
1
bundle/vim-pandoc-syntax
Submodule
1
bundle/vim-pandoc-syntax
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 56e8e41ef863a0a7d33d85c3c0c895aa6e9e62d3
|
1
bundle/vim-table-mode
Submodule
1
bundle/vim-table-mode
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4e41af8e5f0bf53326d1b83c2feb1eff89fe90d4
|
Loading…
Add table
Add a link
Reference in a new issue