lewis6991 / gitsigns.nvim

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

fix(watcher): throttle watcher handler #1036

Closed lewis6991 closed 3 months ago

lewis6991 commented 3 months ago

Throttle (in addition to debounce) in case the debounce delay is not enough and to prevent too many handlers from being launched (and interleaved).