iamcco / iamcco/markdown-preview.nvim

After I moved My setup to lazy markdown didnt work

Open
#647 9 comments 3 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
After switching to lazy it was not working. I have tried reinstalling the plugin but it gets stuck in the terminal part. I also tried just waiting for some hours, but after waiting for 2 hours nothing happened.

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

Steps to reproduce the behavior:
- Beginning of problem
1. Move files from after/plugins to lua/andrem222/plugins
2. Restart

- Trying to fix problem
1. Uninstall plugin
2. Restart computer
3. Reinstall
4. Get stuck in the cmd and never finish installation

- Trying another way to fix problem
1. Delete folder of markdown
2. Restart computer
3. Get back to nvim for automatic reinstallation
4. Get stuck in cmd and never finish installation

**Expected behavior**
Be able to finish setup and work properly

**Screenshots**
![image](https://github.com/iamcco/markdown-preview.nvim/assets/98118238/eae1e239-9a06-48ae-9b46-ddd65c8cff11)

**Desktop (please complete the following information):**
- OS: Windows

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.