From e4005ea22004df729d30d2f0e0da327ecb7d53e5 Mon Sep 17 00:00:00 2001 From: andrzej Date: Sun, 5 May 2024 23:33:43 +0200 Subject: [PATCH] remove separate markdown tools install the autocommands were screwing up the documentation popups. (it's stil installed as a treesiter plugin though!) --- nvim/.config/nvim/lua/plugins/markdown-tools.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nvim/.config/nvim/lua/plugins/markdown-tools.lua diff --git a/nvim/.config/nvim/lua/plugins/markdown-tools.lua b/nvim/.config/nvim/lua/plugins/markdown-tools.lua deleted file mode 100644 index ca5aa11..0000000 --- a/nvim/.config/nvim/lua/plugins/markdown-tools.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - "tadmccorkle/markdown.nvim", - ft = "markdown", -- or 'event = "VeryLazy"' - opts = { - -- configuration here or empty for defaults - }, -}