diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2026-04-06 15:33:32 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2026-04-06 15:33:32 -0400 |
| commit | b82c8e89ee993c85b76d661145504fcf9f74b2df (patch) | |
| tree | 2650082ad7b95677696751e1d303c876cd23eca4 /nvim/lua | |
| parent | 03598ce54cb9f56d56d65eef5731e9fdc12e5164 (diff) | |
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua index 3759f71..e0bfeef 100644 --- a/nvim/lua/plugins/filetypes.lua +++ b/nvim/lua/plugins/filetypes.lua @@ -1,17 +1,5 @@ return { { - 'vim-pandoc/vim-pandoc', - enabled = false, - ft = { "markdown", "pandoc" }, - -- keys = { - -- { 'gO', vim.cmd.TOC, desc = "Table of contents" } - -- } - }, - { - 'vim-pandoc/vim-pandoc-syntax', - ft = { "markdown", "pandoc" } - }, - { "tpope/vim-dadbod", lazy = true }, |
