diff options
Diffstat (limited to 'plugin/vim-ai.vim')
| -rw-r--r-- | plugin/vim-ai.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/vim-ai.vim b/plugin/vim-ai.vim index 1a7695e..5b99ccc 100644 --- a/plugin/vim-ai.vim +++ b/plugin/vim-ai.vim @@ -25,7 +25,8 @@ let g:vim_ai_chat_default = { \ "initial_prompt": "", \ }, \ "ui": { -\ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()" +\ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", +\ "code_syntax_enabled": 1, \ }, \} |