From 1d4ca49f91fdeb6e74086d4b50fa17580d0b9e74 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:17 +0100 Subject: chore: remove codecompanion.nvim and mcphub.nvim Redundant with copilot.lua (inline completions via NES) and Copilot CLI (chat/agentic workflows outside the editor). --- home/.config/nvim/lua/plugins/ai.lua | 53 ------------------------------------ 1 file changed, 53 deletions(-) diff --git a/home/.config/nvim/lua/plugins/ai.lua b/home/.config/nvim/lua/plugins/ai.lua index 3b5ec0c..5936339 100644 --- a/home/.config/nvim/lua/plugins/ai.lua +++ b/home/.config/nvim/lua/plugins/ai.lua @@ -41,57 +41,4 @@ return { }, }, }, - { - "olimorris/codecompanion.nvim", - dependencies = { - "nvim-lua/plenary.nvim", - "ravitemer/mcphub.nvim", - }, - keys = { - { - "aa", - "CodeCompanionActions", - mode = { "n", "v" }, - noremap = true, - silent = true, - desc = "[A]I [A]ctions", - }, - { - "ta", - "CodeCompanionChat Toggle", - mode = { "n", "v" }, - noremap = true, - silent = true, - desc = "[T]oggle [A]I chat", - }, - { - "ac", - "CodeCompanionChat Add", - mode = "v", - noremap = true, - silent = true, - desc = "[A]I [C]hat add", - }, - }, - opts = { - strategies = { - chat = { - adapter = "copilot", - }, - inline = { - adapter = "copilot", - }, - }, - extensions = { - mcphub = { - callback = "mcphub.extensions.codecompanion", - opts = { - make_vars = true, - make_slash_commands = true, - show_result_in_chat = true, - }, - }, - }, - }, - }, } -- cgit v1.2.3-70-g09d2