From 1fb5b261512ae796f23c5d5057c3a047528c3398 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/lua/plugins.lua | 1 - 1 file changed, 1 deletion(-) 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