HakonHarnes / img-clip.nvim

Effortlessly embed images into any markup language, like LaTeX, Markdown or Typst
MIT License
489 stars 8 forks source link

slowed down <c-s-v> of urls #85

Open GopherJ opened 4 hours ago

GopherJ commented 4 hours ago

Describe the bug A clear and concise description of what the bug is.

Steps to reproduce Steps to reproduce the behavior:

    {
        "HakonHarnes/img-clip.nvim",
        config = function()
            require("img-clip").setup({
                default = {
                    embed_image_as_base64 = false,
                    prompt_for_file_name = false,
                    drag_and_drop = {
                        insert_mode = true,
                    },
                    relative_to_current_file = false,
                    use_absolute_path = false,
                },
            })
        end,
    },

Expected behavior don't influence paste

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

GopherJ commented 4 hours ago

turn off drag_and_drop.insert_mode will fix