fix(copilot): CopilotChat.nvim has moved to main (#4931)
## Description <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> 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 <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. -->  ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:

committed by
GitHub

parent
4bf3a39223
commit
0d6026a3e8
@ -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"
|
||||
|
Reference in New Issue
Block a user