add new default ai-chat provider option (code-companion)

disable avante and use code-companion instead
This commit is contained in:
2025-02-08 20:13:30 -05:00
parent 142aafc7ff
commit 1bbd9bac30
+3 -1
View File
@@ -118,7 +118,9 @@ vim.g.aitool = "codeium" ---@type string Options: [ai tool]
-- Enable ChatGPT plugin for AI chat
vim.g.usechatgpt = false ---@type boolean Options: <true|false>
-- Enable Avante plugin for AI chat
vim.g.useavante = true ---@type boolean Options: <true|false>
vim.g.useavante = false ---@type boolean Options: <true|false>
-- Enable Code-Companion plugin for AI chat
vim.g.usecodecomp = true ---@type boolean Options: <true|false>
-- Enable GP plugin for AI chat
vim.g.usegpai = false ---@type boolean Options: <true|false>