Skip to content

Commit daa013a

Browse files
committed
feat(editing-support): remove options and use plugin defaults
1 parent d451f1d commit daa013a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

  • lua/astrocommunity/editing-support/mcphub-nvim

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ return {
55
},
66
event = "User AstroFile",
77
cmd = "MCPHub",
8-
opts = {
9-
port = 3000,
10-
config = vim.fn.expand "~/mcpservers.json",
11-
log = {
12-
level = vim.log.levels.WARN,
13-
to_file = false,
14-
file_path = nil,
15-
prefix = "MCPHub",
16-
},
17-
},
8+
opts = {},
189
specs = {
1910
{
2011
"olimorris/codecompanion.nvim",

0 commit comments

Comments
 (0)