summaryrefslogtreecommitdiff
path: root/doc/vim-ai.txt
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-05-02 20:15:27 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-05-02 20:15:27 +0200
commit38225a94fc393a4d4e98c48d1a09168b67d7d3ff (patch)
tree7729cff0e7346262144db5f66a6033b91ad48aed /doc/vim-ai.txt
parent5d14a3cf398c16ad11e2c6e53a92231ceba5fbef (diff)
downloadvim-ai-38225a94fc393a4d4e98c48d1a09168b67d7d3ff.tar.gz
configurable paste mode
Diffstat (limited to 'doc/vim-ai.txt')
-rw-r--r--doc/vim-ai.txt7
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,
\ },
\}