Adds code companion config for neovim

This commit is contained in:
Dennis Schoepf 2025-01-30 23:30:16 +01:00
parent 7e694468fa
commit cf2dbe03e3

View file

@ -0,0 +1,14 @@
return {
"olimorris/codecompanion.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
opts = {
strategies = {
chat = {
adapter = "anthropic",
},
},
},
}