feat: follow the ACP agent edit and open files automatically (#2780)

This commit is contained in:
Carlos Gomes
2025-10-18 18:32:08 +02:00
committed by GitHub
parent f0ad738e5a
commit cc7a41262e
4 changed files with 80 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ Sidebar.__index = Sidebar
---@field skip_line_count integer | nil
---@field current_tool_use_extmark_id integer | nil
---@field private win_size_store table<integer, {width: integer, height: integer}>
---@field private is_in_full_view boolean
---@field is_in_full_view boolean
---@param id integer the tabpage id retrieved from api.nvim_get_current_tabpage()
function Sidebar:new(id)