docs: update cursor planning mode (#1310)

This commit is contained in:
yetone
2025-02-20 00:54:30 +08:00
committed by GitHub
parent 4fd2cf0e40
commit 82bf18147e

View File

@@ -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!