remove separate markdown tools install

the autocommands were screwing up the documentation popups. (it's stil installed as a treesiter plugin though!)
This commit is contained in:
andrzej 2024-05-05 23:33:43 +02:00
parent 94602ebb32
commit e4005ea220
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
return {
"tadmccorkle/markdown.nvim",
ft = "markdown", -- or 'event = "VeryLazy"'
opts = {
-- configuration here or empty for defaults
},
}