diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-11-29 11:56:11 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-11-29 11:56:11 -0500 |
| commit | 1c335d11faebba37e3f40737b059fe106c83c659 (patch) | |
| tree | 29f6fdc76e888899c533b60b3d8757ce8b799d29 /nvim/lua/plugins/filetypes.lua | |
| parent | 574a5fad3e7012f9fdb36f59798b72888384602b (diff) | |
Disable some markdown specific plugins
Diffstat (limited to 'nvim/lua/plugins/filetypes.lua')
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 1 |
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" } |
