lewis6991 / gitsigns.nvim

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

feat!: remove support for yadm #1055

Closed lewis6991 closed 2 months ago

ranebrown commented 2 months ago

With the removal of yadm support how should on_attach_pre be used to get the same functionality?

seanbreckenridge commented 2 months ago

I've had a function in _on_attach_pre for a few weeks now and had people asking about it, so thought might as well convert it to a package: gitsigns-yadm.nvim

speelbarrow commented 2 months ago

I've had a function in _on_attach_pre for a few weeks now and had people asking about it, so thought might as well convert it to a package: yadm-gitsigns.nvim

Sean, you're a treasure. Thanks!