From 38225a94fc393a4d4e98c48d1a09168b67d7d3ff Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 2 May 2023 20:15:27 +0200 Subject: configurable paste mode --- doc/vim-ai.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/vim-ai.txt') 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, \ }, \} -- cgit v1.2.3