-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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.nvimAny 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,
},
},
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels