lewis6991 / gitsigns.nvim

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

fix(watcher): do not ignore any updates #1078

Closed lewis6991 closed 1 month ago

lewis6991 commented 1 month ago

Now the watcher handlers is debounced and throttled, the ignore list is no longer necessary.

This avoids an issue where we sometimes trigger the handler too early (as other files are still changing). Now the debounce and throttle logic and take into account every single file change.