lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
4.93k stars 186 forks source link

feat(blame_line): add option to show when not focused #1111

Closed Rizhiy closed 1 week ago

Rizhiy commented 1 month ago

As title. Motivation for this is twofold:

I'm not sure about tests, since they seem to be flaky. I've run them a few times and sometimes they succeed and sometimes they fail, although failures are not consistent.

lewis6991 commented 1 week ago

I don't think there needs to be an option for this. Can just add FocusGained and FocusLost to the events.

Rizhiy commented 1 week ago

@lewis6991 What do you mean? I'm removing events, not adding.

lewis6991 commented 1 week ago

Ah sorry, I misread.