Files
avante.nvim/lua
Nayab Sayed b62b6370fc fix: wrap nvim_del_autocmd in vim.schedule to avoid fast event context error (#2873)
nvim_del_autocmd was being called in a callback from acp_client, which is a
fast event context where it's not allowed. Wrapping it with vim.schedule()
defers the execution to a safe context.

Signed-off-by: Nayab Sayed <nayabbasha.sayed@microchip.com>
2025-12-21 18:35:19 +08:00
..