updates
parent
26468e4885
commit
075edd76ff
@ -0,0 +1,21 @@
|
|||||||
|
return {
|
||||||
|
'olimorris/codecompanion.nvim',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-lua/plenary.nvim',
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
-- The following are optional:
|
||||||
|
{ 'MeanderingProgrammer/render-markdown.nvim', ft = { 'markdown', 'codecompanion' } },
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require('codecompanion').setup {
|
||||||
|
strategies = {
|
||||||
|
chat = {
|
||||||
|
adapter = 'anthropic',
|
||||||
|
},
|
||||||
|
inline = {
|
||||||
|
adapter = 'anthropic',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue