chore(nvim): disable codecompanion plugin config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 15:50:40 +01:00
parent eceaab3caf
commit 0a9405ffd6

View File

@@ -1,17 +1,16 @@
require("codecompanion").setup({ -- require("codecompanion").setup({
ignore_warnings = true, -- extensions = {
extensions = { -- mcphub = {
mcphub = { -- callback = "mcphub.extensions.codecompanion",
callback = "mcphub.extensions.codecompanion", -- opts = {
opts = { -- make_vars = true,
make_vars = true, -- make_slash_commands = true,
make_slash_commands = true, -- show_result_in_chat = true
show_result_in_chat = true, -- }
}, -- }
}, -- },
}, -- strategies = {
strategies = { -- chat = { adapter = "openai" },
chat = { adapter = "openai" }, -- inline = { adapter = "openai" },
inline = { adapter = "openai" }, -- },
}, -- })
})