applied plugins / replaced avante

This commit is contained in:
Andre Schaf 2025-10-06 14:43:17 +02:00
parent 633ef6a9cb
commit d99e522f94
3 changed files with 116 additions and 167 deletions

View file

@ -1,12 +0,0 @@
require('avante').setup({
provider = 'copilot',
providers = {
copilot = {
model = "claude-3.7-sonnet",
timeout = 30000, -- Timeout in milliseconds
},
},
selector = {
exclude_auto_select = { "oil" },
},
})

View file

@ -0,0 +1,10 @@
require("codecompanion").setup({
strategies = {
chat = {
adapter = {
name = "copilot",
model = "claude-3.7-sonnet",
},
},
},
})