Skip to content

Bug: unable to xdg-open #23

@sand4rt

Description

@sand4rt

When i run xdg-open 'nvim-gitdev://open/?repo=moyiz/git-dev.nvim' in my terminal it opens nvim and throws throws:

Error detected while processing command line:
E492: Not an editor command: GitDevXDGHandle nvim-gitdev://open/?repo=moyiz/git-dev.nvim

Any idea what might be wrong? This is my config:

{
    "moyiz/git-dev.nvim",
    lazy = true,
    cmd = {
        "GitDevClean",
        "GitDevCleanAll",
        "GitDevCloseBuffers",
        "GitDevOpen",
        "GitDevRecents",
        "GitDevToggleUI",
    },
    opts = {
        xdg_handler = {
            enabled = true,
        },
    },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions