diff options
Diffstat (limited to 'doc/vim-ai.txt')
| -rw-r--r-- | doc/vim-ai.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 73ce3b4..931d018 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -30,6 +30,9 @@ Options: > \ "request_timeout": 20, \ "selection_boundary": "#####", \ }, + \ "ui": { + \ "paste_mode": 1, + \ }, \} Check OpenAI docs for more information: @@ -51,6 +54,9 @@ Options: > \ "request_timeout": 20, \ "selection_boundary": "#####", \ }, + \ "ui": { + \ "paste_mode": 1, + \ }, \} Check OpenAI docs for more information: @@ -85,6 +91,7 @@ Options: > \ "populate_options": 0, \ "open_chat_command": "preset_below", \ "scratch_buffer_keep_open": 0, + \ "paste_mode": 1, \ }, \} |