diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 18:45:45 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 18:45:45 +0200 |
| commit | c268bca4096adda5d67087e00a40fb1f5f34d7cc (patch) | |
| tree | be9a5680bfe3c0966b0dbbc576ac7f211db047e1 /README.md | |
| parent | 11fd47c3fdd634ee03d33b08b53a6e0ae14fa6dc (diff) | |
| download | vim-ai-c268bca4096adda5d67087e00a40fb1f5f34d7cc.tar.gz | |
improved initial prompt to eliminate responding with python code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ let s:initial_chat_prompt =<< trim END >>> system You are a general assistant. -If you attach a code block add syntax type annotation to it, for example ```python. +If you attach a code block add syntax type after ``` to enable syntax highlighting. END " :AIChat |