From 4a9a44ec891c81af93bcf5d5ddde2e1fb481317d Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Mon, 10 Apr 2023 11:27:31 +0200 Subject: chat options docu --- plugin/vim-ai.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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, \ }, \} -- cgit v1.2.3