1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

[neovim] Set main as copilotchat source branch

This commit is contained in:
2024-12-02 15:56:02 +01:00
parent 7a484792f4
commit 80c642ca64
2 changed files with 16 additions and 16 deletions

View File

@ -271,7 +271,7 @@ require("lazy").setup({
{ "AndreM222/copilot-lualine" },
{
"copilotc-nvim/copilotchat.nvim",
branch = "canary",
branch = "main",
event = "VeryLazy",
},