applied plugins / replaced avante
This commit is contained in:
parent
633ef6a9cb
commit
d99e522f94
3 changed files with 116 additions and 167 deletions
10
lua/plugin/code-companion.lua
Normal file
10
lua/plugin/code-companion.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require("codecompanion").setup({
|
||||
strategies = {
|
||||
chat = {
|
||||
adapter = {
|
||||
name = "copilot",
|
||||
model = "claude-3.7-sonnet",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue