Skip to content

idea: neovim plugin should (optionally) run git-wip in the background #47

@bartman

Description

@bartman

Problem statement:

on large repositories, running git-wip can take a notable time (0.5 sec or even more).
when saving often with :w the extra delay is annoying.

Proposed solution:

add option background = true that allowed for git-wip to run in the background from the BufWritePost handler.
upon completion, we should still generate a notification.
if the user wants to interact with neovim right after :w they will be able to while git-wip completes.

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