lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
4.91k stars 187 forks source link

feat(setup)!: make setup() synchronous #1019

Closed lewis6991 closed 3 months ago

lewis6991 commented 3 months ago

Previously setup() was asynchronous in order to run a system command to check the git version.

As support for v0.8 is dropped, this is no longer required.