docs: update note about start_insert option (#786)

This commit is contained in:
Maddison Hellstrom 2024-11-03 01:46:40 -07:00 committed by GitHub
parent 99f3b3ae00
commit 7df1fe6656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,7 +268,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
},
ask = {
floating = false, -- Open the 'AvanteAsk' prompt in a floating window
start_insert = true, -- Start insert mode when opening the ask window, only effective if floating = true.
start_insert = true, -- Start insert mode when opening the ask window
border = "rounded",
---@type "ours" | "theirs"
focus_on_apply = "ours", -- which diff to focus after applying