Pin versions for copilot plugins

This commit is contained in:
ViViDboarder 2024-12-23 15:23:18 -08:00
parent f5cacea14b
commit 4d5eadffcf

View File

@ -809,6 +809,7 @@ return {
{ {
"https://github.com/github/copilot.vim", "https://github.com/github/copilot.vim",
enabled = vim.g.install_copilot, enabled = vim.g.install_copilot,
version = "1.x.x",
config = function() config = function()
require("plugins.copilot") require("plugins.copilot")
end, end,
@ -820,7 +821,7 @@ return {
{ {
"https://github.com/CopilotC-Nvim/CopilotChat.nvim", "https://github.com/CopilotC-Nvim/CopilotChat.nvim",
enabled = vim.g.install_copilot, enabled = vim.g.install_copilot,
branch = "canary", version = "3.x.x",
build = "make tiktoken", build = "make tiktoken",
dependencies = { dependencies = {
{ "https://github.com/github/copilot.vim" }, { "https://github.com/github/copilot.vim" },