feat: add CodeCompanion
This commit is contained in:
parent
000823f879
commit
1dce1ddcf2
2 changed files with 13 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
copilot-lua
|
||||
copilot-cmp
|
||||
CopilotChat-nvim
|
||||
codecompanion-nvim
|
||||
|
||||
# debugging
|
||||
nvim-dap
|
||||
|
@ -181,6 +182,17 @@
|
|||
},
|
||||
})
|
||||
|
||||
require('codecompanion').setup({
|
||||
strategies = {
|
||||
chat = {
|
||||
adapter = "copilot",
|
||||
},
|
||||
inline = {
|
||||
adapter = "copilot",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
require("diffview").setup({
|
||||
view = {
|
||||
merge_tool = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue