Describe the bug
-
I use lazy.nvim to install this plugin followed the instructions but it seems the build failed.
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn"mkdp#util#install" end,
config = function() vim.g.mkdp_auto_close = 1 end,
},
-
So i fixed it by this #691, is it the right way?
To Reproduce
Steps to reproduce the behavior:
- Remove the store of this plugin
- Install it again
- Wait to completed
- See error
Expected behavior
Build successfully
Screenshots

Desktop (please complete the following information):
- OS: Arch linux: 6.9.10-arch1-1
Describe the bug
I use lazy.nvim to install this plugin followed the instructions but it seems the build failed.
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn"mkdp#util#install" end,
config = function() vim.g.mkdp_auto_close = 1 end,
},
So i fixed it by this #691, is it the right way?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build successfully
Screenshots

Desktop (please complete the following information):