Files
avante.nvim/lua/avante/utils
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-05-09 19:57:25 +08:00
2024-09-23 18:52:26 +08:00
2025-05-10 15:08:27 +08:00