diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-09-29 00:33:17 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-09-29 00:33:17 -0400 |
| commit | fbee61c6fd16ab16b66c4b194941e2450c0c51db (patch) | |
| tree | c6253b7087a1560f47842f7765654d348deb99e8 /nvim/lua/plugins/filetypes.lua | |
| parent | 659299db5ba43bfdc8d8106e6ed012a40ab73eb8 (diff) | |
Diffstat (limited to 'nvim/lua/plugins/filetypes.lua')
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua index b6b5cd5..3759f71 100644 --- a/nvim/lua/plugins/filetypes.lua +++ b/nvim/lua/plugins/filetypes.lua @@ -3,9 +3,9 @@ return { 'vim-pandoc/vim-pandoc', enabled = false, ft = { "markdown", "pandoc" }, - keys = { - { 'gO', vim.cmd.TOC, desc = "Table of contents" } - } + -- keys = { + -- { 'gO', vim.cmd.TOC, desc = "Table of contents" } + -- } }, { 'vim-pandoc/vim-pandoc-syntax', |
