Files
avante.nvim/lua/avante
Dmitry Torokhov 76fe3f615a refactor(utils): switch debounce() and throttle() to use vim.defer_fn()
vim.defer_fn() does exactly what half of Utils.debounce() and
Utils.throttle() code does, so use it.

While at it add function annotations.
2025-08-12 15:14:37 +08:00
..
2025-07-26 16:06:56 +08:00
2025-05-06 19:32:55 +08:00
2024-11-23 21:49:33 +08:00