diff --git a/lua/avante/suggestion.lua b/lua/avante/suggestion.lua index c489d76..51f96ea 100644 --- a/lua/avante/suggestion.lua +++ b/lua/avante/suggestion.lua @@ -308,7 +308,7 @@ function Suggestion:setup_autocmds() if last_cursor_pos[1] == current_cursor_pos[1] and last_cursor_pos[2] == current_cursor_pos[2] then self:suggest() end - end, 77) + end, 700) local function suggest_callback() if not vim.bo.buflisted then return end