feat: add windows.ask.focus_on_apply config option (#779)

This commit is contained in:
Maddison Hellstrom
2024-11-02 03:33:08 -07:00
committed by GitHub
parent 1aa8b03f00
commit 8e8f2c15ab
3 changed files with 5 additions and 1 deletions

View File

@@ -181,6 +181,8 @@ Respect and use existing conventions, libraries, etc that are already present in
floating = false, -- Open the 'AvanteAsk' prompt in a floating window
border = "rounded",
start_insert = true, -- Start insert mode when opening the ask window
---@alias AvanteInitialDiff "ours" | "theirs"
focus_on_apply = "ours", -- which diff to focus after applying
},
},
--- @class AvanteConflictConfig