From 7df1fe665624c180c79492108eef379f45309da1 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Sun, 3 Nov 2024 01:46:40 -0700 Subject: [PATCH] docs: update note about start_insert option (#786) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 226ecd5..e11a574 100644 --- a/README.md +++ b/README.md @@ -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