Skip to content

Commit 2db3ee2

Browse files
authored
feat(mcphub-nvim): adding codecompanion extension (#1561)
Update init.lua
1 parent d78c9d0 commit 2db3ee2

File tree

1 file changed

+16
-0
lines changed
  • lua/astrocommunity/editing-support/mcphub-nvim

1 file changed

+16
-0
lines changed

lua/astrocommunity/editing-support/mcphub-nvim/init.lua

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ return {
1616
},
1717
},
1818
specs = {
19+
{
20+
"olimorris/codecompanion.nvim",
21+
optional = true,
22+
opts = {
23+
extensions = {
24+
mcphub = {
25+
callback = "mcphub.extensions.codecompanion",
26+
opts = {
27+
show_result_in_chat = true,
28+
make_vars = true,
29+
make_slash_commands = true,
30+
},
31+
},
32+
},
33+
},
34+
},
1935
{
2036
"yetone/avante.nvim",
2137
optional = true,

0 commit comments

Comments
 (0)