diff options
Diffstat (limited to 'plugin/vim-ai.vim')
| -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 5a6e3e0..972e04f 100644 --- a/plugin/vim-ai.vim +++ b/plugin/vim-ai.vim @@ -33,8 +33,8 @@ let g:vim_ai_chat_default = { \ }, \ "ui": { \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", -\ "code_syntax_enabled": 1, \ "populate_options": 0, +\ "code_syntax_enabled": 1, \ }, \} |