Remove copilot-chat

This commit is contained in:
2025-10-24 15:06:15 -04:00
parent 23811cb3f9
commit 9afbf19fab
3 changed files with 0 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
return {
"CopilotC-Nvim/CopilotChat.nvim",
branch = "canary",
keys = {
-- disable this keymap since it conflicts with avante.nvim
{ "<leader>aa", false, mode = { "n", "v" } },
-- replace the keymap with a new one
{
"<leader>aA",
function()
return require("CopilotChat").toggle()
end,
desc = "Toggle (CopilotChat)",
mode = { "n", "v" },
},
},
}