Skip to content

Commit

Permalink
feat: Update additional prompt to support multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowasabi committed Oct 3, 2024
1 parent f99b15e commit c042d9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ To use this feature, set the `g:aider_additional_prompt` variable in your vimrc
or init.vim:

```vim
let g:aider_additional_prompt = 'Your additional prompt here'
let g:aider_additional_prompt = [
"Your additional prompt here",
"This will be displayed in the floating window when using visual mode selections",
"You can see and edit it before sending to aider",
]
```

This prompt will be displayed in the floating window when using visual mode selections, allowing you to see and edit it before sending to aider.
```
Expand Down

0 comments on commit c042d9a

Please sign in to comment.