From 1bbd9bac3020f5956d475892924e84cba2704cda Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 8 Feb 2025 20:13:30 -0500 Subject: [PATCH] add new default ai-chat provider option (code-companion) disable avante and use code-companion instead --- lua/config/options.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index d79d1f9..dd82d20 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -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: -- Enable Avante plugin for AI chat -vim.g.useavante = true ---@type boolean Options: +vim.g.useavante = false ---@type boolean Options: +-- Enable Code-Companion plugin for AI chat +vim.g.usecodecomp = true ---@type boolean Options: -- Enable GP plugin for AI chat vim.g.usegpai = false ---@type boolean Options: