minimap.vim icon indicating copy to clipboard operation
minimap.vim copied to clipboard

Add installation instructions for lazy.nvim

Open Zeioth opened this issue 2 years ago • 2 comments

Zeioth avatar Jun 06 '23 20:06 Zeioth

You can refer to my:

return {
    "wfxr/minimap.vim",
    build = "cargo install --locked code-minimap",
    lazy = false,
    cmd = { "Minimap", "MinimapClose", "MinimapToggle", "MinimapRefresh", "MinimapUpdateHighlight" },
    init = function()
        vim.cmd("let g:minimap_width = 10")
        vim.cmd("let g:minimap_auto_start = 1")
        vim.cmd("let g:minimap_auto_start_win_enter = 1")
    end,
    -- config = function()
    --     vim.cmd("let g:minimap_width = 10")
    --     vim.cmd("let g:minimap_auto_start = 1")
    --     vim.cmd("let g:minimap_auto_start_win_enter = 1")
    -- end,
}

then you should check: image

CnsMaple avatar Jun 21 '23 07:06 CnsMaple

👍

djmittens avatar Jul 28 '23 01:07 djmittens

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 17 '24 10:03 stale[bot]