gitsigns.nvim icon indicating copy to clipboard operation
gitsigns.nvim copied to clipboard

feat: configurable auto attach

Open martinra opened this issue 1 year ago • 2 comments

In my own workflow I prefer to attach gitsigns manually whenever I need it. This adds a configuration flag to accommodate this.

martinra avatar Nov 24 '23 15:11 martinra

Can I ask why you prefer to attach manually? What is the downside of always attaching?

lewis6991 avatar Nov 24 '23 15:11 lewis6991

Of cause. For me there are two downsides to always attaching. First, since I mostly use neogit and gitsigns only in very specific situations, I like to keep the editor slim. Second, when writing I like to keep the side/annotation column for diagnostics, but also don't want to give up the annotations that gitsigns provides when I use it.

martinra avatar Nov 24 '23 20:11 martinra