mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Add copilot to avante
This commit is contained in:
parent
43f6704416
commit
04929c45a2
1 changed files with 5 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue