Skip to content

Verb precedence for Broot #6

@9999years

Description

@9999years

This may require upstream changes. I want to identify a verb in my main conf.toml:

[[verbs]]
key = "enter"
invocation = "edit"
shortcut = "e"
apply_to = "file"
external = "nvim {file}"
leave_broot = false

And then override it with a verb in my nvim.toml:

[[verbs]]
key = "enter"
invocation = "edit"
shortcut = "e"
apply_to = "file"
external = "broot.nvim edit +{line} {file}"
from_shell = true

As it stands, the second definition in nvim.toml just gets ignored.

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