From 04929c45a2b4a3cf87d7cfe1207fde636488dc91 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Sun, 29 Jun 2025 22:36:28 -0300 Subject: [PATCH] Add copilot to avante --- lua/plugins/avante.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/avante.lua b/lua/plugins/avante.lua index ec2bd88..a30d949 100644 --- a/lua/plugins/avante.lua +++ b/lua/plugins/avante.lua @@ -33,6 +33,11 @@ return { max_completion_tokens = 2048, -- Reduced to save costs } }, + copilot = { + -- Copilot provider configuration + suggestion = { enabled = false }, -- Disable suggestions as they're handled by copilot.lua + panel = { enabled = false }, -- Disable panel as we're using it as a provider + }, } }, -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`