From 0552234539e57bb0a5e35692875c5059cfd293d1 Mon Sep 17 00:00:00 2001 From: Jedrzej Orbik Date: Mon, 2 Dec 2024 11:55:45 +0100 Subject: [PATCH] Don't use CopilotChat canary branch --- stow/common/dot-config/nvim/lazy-lock.json | 2 +- stow/common/dot-config/nvim/lua/plugins.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stow/common/dot-config/nvim/lazy-lock.json b/stow/common/dot-config/nvim/lazy-lock.json index 4f01b8b..607bf2d 100644 --- a/stow/common/dot-config/nvim/lazy-lock.json +++ b/stow/common/dot-config/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "CopilotChat.nvim": { "branch": "canary", "commit": "150989ce015424f8a4994664188ddab947450011" }, + "CopilotChat.nvim": { "branch": "main", "commit": "4c60726a58ef4d744c150d13ffef186d00edf4ed" }, "LuaSnip": { "branch": "master", "commit": "2592b91577136dbb355a4708be1e60619456b7f6" }, "Navigator.nvim": { "branch": "master", "commit": "91d86506ac2a039504d5205d32a1d4bc7aa57072" }, "aerial.nvim": { "branch": "master", "commit": "ddd25f57e5205b36bc2e939c486b47818bef9ec3" }, diff --git a/stow/common/dot-config/nvim/lua/plugins.lua b/stow/common/dot-config/nvim/lua/plugins.lua index 0b3f749..20da03c 100644 --- a/stow/common/dot-config/nvim/lua/plugins.lua +++ b/stow/common/dot-config/nvim/lua/plugins.lua @@ -1223,7 +1223,6 @@ local plugins = { "CopilotC-Nvim/CopilotChat.nvim", cmd = {"CopilotChat"}, event = "InsertEnter", - branch = "canary", dependencies = { {"zbirenbaum/copilot.lua"}, -- or github/copilot.vim {"nvim-lua/plenary.nvim"}, -- for curl, log wrapper