iamcco / iamcco/markdown-preview.nvim

markdown-preview removes nvim-treesitters markdown highlighter

未关闭
#653 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
8k
派生
411
PR 合并指标
30 天内没有已合并 PR

描述

**Description**
When i add this plugin to my lazy.nvim via :

```lua
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn["mkdp#util#install"]() end,
}
```

it removes the highlighting from markdown files brought by treesitter.
to bring it back, i had to remove the above code block from my lazy.nvim **and** remove the markdown-preview.nvim directory by hand.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。