diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/vim-ai.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-ai.vim b/plugin/vim-ai.vim index 2b58335..4ed5f34 100644 --- a/plugin/vim-ai.vim +++ b/plugin/vim-ai.vim @@ -21,7 +21,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 let g:vim_ai_chat_default = { \ "options": { |