Skip to content

Add lazy.vim instructions to the README #200

@yonas

Description

@yonas

Add lazy.vim instructions to the README:

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

-- @CnsMaple #179 (comment)

FreeBSD users can install minimap via ports: pkg install code-minimap and comment out build = "cargo install --locked code-minimap",

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions