diff options
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 12 | ||||
| -rw-r--r-- | pandoc/templates/math_homework.latex | 1 |
2 files changed, 1 insertions, 12 deletions
diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua index 3759f71..e0bfeef 100644 --- a/nvim/lua/plugins/filetypes.lua +++ b/nvim/lua/plugins/filetypes.lua @@ -1,17 +1,5 @@ return { { - 'vim-pandoc/vim-pandoc', - enabled = false, - ft = { "markdown", "pandoc" }, - -- keys = { - -- { 'gO', vim.cmd.TOC, desc = "Table of contents" } - -- } - }, - { - 'vim-pandoc/vim-pandoc-syntax', - ft = { "markdown", "pandoc" } - }, - { "tpope/vim-dadbod", lazy = true }, diff --git a/pandoc/templates/math_homework.latex b/pandoc/templates/math_homework.latex index 996f68c..90ecdc2 100644 --- a/pandoc/templates/math_homework.latex +++ b/pandoc/templates/math_homework.latex @@ -370,6 +370,7 @@ $if(math)$ $endif$ %math.proof $if(math.sets)$ \renewcommand{\emptyset}{\varnothing} + \newcommand{\powerset}[1]{\mathcal{P}\left(#1\right)} $endif$ %math.sets $if(math.topology)$ \newcommand{\closure}[1]{\overline{#1}} |
