fix: slow typing in input window and other input hint optimizations (#2418)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user