Removes codecompanion in favor of aider

This commit is contained in:
Dennis Schoepf 2025-02-16 12:54:48 +01:00
parent 34e5be1f7c
commit 28a345c46b

View file

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