markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

After I moved My setup to lazy markdown didnt work

Open AndreM222 opened this issue 4 months ago • 8 comments

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 --

    -- 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

Desktop (please complete the following information):

  • OS: Windows

AndreM222 avatar Feb 23 '24 03:02 AndreM222