diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-07 11:23:25 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-07 11:23:25 +0100 |
| commit | 6366dfbfb3f7422a09f061cc5f7aebeacebc22e0 (patch) | |
| tree | 2ad94aef48196affce2b6515436c1d9dd8150107 /doc/vim-ai.txt | |
| parent | 7c84f36cf9eb1e68eea861e0683a0d3a2a6faf3a (diff) | |
| download | vim-ai-6366dfbfb3f7422a09f061cc5f7aebeacebc22e0.tar.gz | |
improved initial message config
Diffstat (limited to 'doc/vim-ai.txt')
| -rw-r--r-- | doc/vim-ai.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 61bf1af..ff080f8 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -27,7 +27,7 @@ Options: > You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. - If you answer in a code, do not wrap it in markdown blocks. + If you answer in a code, do not wrap it in markdown code block. END let g:vim_ai_complete_default = { @@ -66,7 +66,7 @@ Options: > You are a general assistant. Answer shortly, consisely and only what you are asked. Do not provide any explanantion or comments if not requested. - If you answer in a code, do not wrap it in markdown blocks. + If you answer in a code, do not wrap it in markdown code block. END let g:vim_ai_edit_default = { |