diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 19:38:29 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 19:38:29 -0400 |
| commit | 433cd2117519375e93d92c79690a66ea46b84f25 (patch) | |
| tree | 239c357d2cd89964923055c7d7db2566376eef6f /nvim/lua/plugins/pandoc.lua | |
| parent | 72a36d40d50f47134a1ffbf5f995e168451ac6a2 (diff) | |
configured todo-comments and moved filetypes specific plugins
Diffstat (limited to 'nvim/lua/plugins/pandoc.lua')
| -rw-r--r-- | nvim/lua/plugins/pandoc.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lua/plugins/pandoc.lua b/nvim/lua/plugins/pandoc.lua deleted file mode 100644 index 32471d4..0000000 --- a/nvim/lua/plugins/pandoc.lua +++ /dev/null @@ -1,13 +0,0 @@ -return { - { - 'vim-pandoc/vim-pandoc', - ft = {"markdown", "pandoc"}, - keys = { - {'gO', vim.cmd.TOC, desc = "Markdown file Table of Contents"} - } - }, - { - 'vim-pandoc/vim-pandoc-syntax', - ft = {"markdown", "pandoc"} - } -} |
