aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/filetypes.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-11-29 11:56:11 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2024-11-29 11:56:11 -0500
commit1c335d11faebba37e3f40737b059fe106c83c659 (patch)
tree29f6fdc76e888899c533b60b3d8757ce8b799d29 /nvim/lua/plugins/filetypes.lua
parent574a5fad3e7012f9fdb36f59798b72888384602b (diff)
Disable some markdown specific plugins
Diffstat (limited to 'nvim/lua/plugins/filetypes.lua')
-rw-r--r--nvim/lua/plugins/filetypes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua
index 3ed883a..e36562b 100644
--- a/nvim/lua/plugins/filetypes.lua
+++ b/nvim/lua/plugins/filetypes.lua
@@ -5,6 +5,7 @@ return {
},
{
'vim-pandoc/vim-pandoc',
+ enabled = false,
ft = { "markdown", "pandoc" },
keys = {
{ 'gO', vim.cmd.TOC, desc = "Table of contents" }