From 82bf18147ea4a236abd872f7b1b9acd28f711f31 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 20 Feb 2025 00:54:30 +0800 Subject: [PATCH] docs: update cursor planning mode (#1310) --- cursor-planning-mode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cursor-planning-mode.md b/cursor-planning-mode.md index e79275d..a5277c3 100644 --- a/cursor-planning-mode.md +++ b/cursor-planning-mode.md @@ -22,7 +22,8 @@ Then enable it in avante.nvim: ```lua { --- ... existing configurations - cursor_applying_provider = 'groq', -- use groq for applying + provider = 'claude', -- In this example, use Claude for planning, but you can also use any provider you want. + cursor_applying_provider = 'groq', -- In this example, use Groq for applying, but you can also use any provider you want. behaviour = { --- ... existing behaviours enable_cursor_planning_mode = true, -- enable cursor planning mode!