diff options
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', |
