feat: support acp (#2649)

This commit is contained in:
yetone
2025-08-31 07:41:19 +08:00
committed by GitHub
parent 9008fc4f41
commit 5e0aa7e5c0
12 changed files with 1653 additions and 42 deletions

View File

@@ -203,6 +203,8 @@ M = setmetatable(M, {
function M.setup()
vim.g.avante_login = false
if Config.acp_providers[Config.provider] then return end
---@type AvanteProviderFunctor | AvanteBedrockProviderFunctor
local provider = M[Config.provider]