fix: slow typing in input window and other input hint optimizations (#2418)

This commit is contained in:
Dmitry Torokhov
2025-07-07 01:45:35 -07:00
committed by GitHub
parent 014010b022
commit b051ce449a
2 changed files with 54 additions and 62 deletions

View File

@@ -245,6 +245,7 @@ function M.select_history()
local sidebar = require("avante").get()
sidebar:update_content_with_history()
sidebar:create_todos_container()
sidebar:initialize_token_count()
vim.schedule(function() sidebar:focus_input() end)
end)
end)