aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/lua')
-rw-r--r--home/.config/nvim/lua/plugins/ai.lua53
1 files changed, 0 insertions, 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 = {
- {
- "<leader>aa",
- "<cmd>CodeCompanionActions<cr>",
- mode = { "n", "v" },
- noremap = true,
- silent = true,
- desc = "[A]I [A]ctions",
- },
- {
- "<leader>ta",
- "<cmd>CodeCompanionChat Toggle<cr>",
- mode = { "n", "v" },
- noremap = true,
- silent = true,
- desc = "[T]oggle [A]I chat",
- },
- {
- "<leader>ac",
- "<cmd>CodeCompanionChat Add<cr>",
- 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,
- },
- },
- },
- },
- },
}