diff --git a/lua/astrocommunity/editing-support/mcphub-nvim/init.lua b/lua/astrocommunity/editing-support/mcphub-nvim/init.lua index 5a7f43d7f..3904e1456 100644 --- a/lua/astrocommunity/editing-support/mcphub-nvim/init.lua +++ b/lua/astrocommunity/editing-support/mcphub-nvim/init.lua @@ -16,7 +16,7 @@ return { callback = "mcphub.extensions.codecompanion", opts = { show_result_in_chat = true, - make_vars = true, + make_vars = false, make_slash_commands = true, }, },