We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c9d0 commit 2db3ee2Copy full SHA for 2db3ee2
1 file changed
lua/astrocommunity/editing-support/mcphub-nvim/init.lua
@@ -16,6 +16,22 @@ return {
16
},
17
18
specs = {
19
+ {
20
+ "olimorris/codecompanion.nvim",
21
+ optional = true,
22
+ opts = {
23
+ extensions = {
24
+ mcphub = {
25
+ callback = "mcphub.extensions.codecompanion",
26
27
+ show_result_in_chat = true,
28
+ make_vars = true,
29
+ make_slash_commands = true,
30
+ },
31
32
33
34
35
{
36
"yetone/avante.nvim",
37
optional = true,
0 commit comments