shortcuts / no-neck-pain.nvim

☕ Dead simple yet super extensible plugin to center the currently focused buffer to the middle of the screen.
MIT License
459 stars 12 forks source link

fix(autocmds): clear after debounce #326

Closed shortcuts closed 3 months ago

shortcuts commented 3 months ago

📃 Summary

since debouncing has been globally introduced, the autocmd clear wasn't kicking in anymore as the state was still nil, we know wait 20ms before clearing