From 0d6026a3e8a255cf825ad293de101bc1e1a667eb Mon Sep 17 00:00:00 2001 From: "Andreas Petersen (Guldberg)" Date: Mon, 2 Dec 2024 07:35:04 +0100 Subject: [PATCH] fix(copilot): CopilotChat.nvim has moved to main (#4931) ## Description CopilotChat.nvim has moved to main ([ref](https://github.com/CopilotC-Nvim/CopilotChat.nvim/issues/665)) ## Related Issue(s) https://github.com/CopilotC-Nvim/CopilotChat.nvim/issues/665 ## Screenshots ![image](https://github.com/user-attachments/assets/2970e3c0-04af-49e9-974b-d535e47b9c12) ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- lua/lazyvim/plugins/extras/ai/copilot-chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/ai/copilot-chat.lua b/lua/lazyvim/plugins/extras/ai/copilot-chat.lua index 32d6366f..e71f4db1 100644 --- a/lua/lazyvim/plugins/extras/ai/copilot-chat.lua +++ b/lua/lazyvim/plugins/extras/ai/copilot-chat.lua @@ -17,7 +17,7 @@ end return { { "CopilotC-Nvim/CopilotChat.nvim", - branch = "canary", + branch = "main", cmd = "CopilotChat", opts = function() local user = vim.env.USER or "User"