Skip to content

Commit

Permalink
Don't use CopilotChat canary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Dec 2, 2024
1 parent 8de52fd commit 0552234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stow/common/dot-config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
1 change: 0 additions & 1 deletion stow/common/dot-config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0552234

Please sign in to comment.