From 4d5eadffcfdff6e99d2d2f95e1aff13226a267e8 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 23 Dec 2024 15:23:18 -0800 Subject: [PATCH] Pin versions for copilot plugins --- neovim/lua/lazy_plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neovim/lua/lazy_plugins.lua b/neovim/lua/lazy_plugins.lua index 2b94165..c17dcc8 100644 --- a/neovim/lua/lazy_plugins.lua +++ b/neovim/lua/lazy_plugins.lua @@ -809,6 +809,7 @@ return { { "https://github.com/github/copilot.vim", enabled = vim.g.install_copilot, + version = "1.x.x", config = function() require("plugins.copilot") end, @@ -820,7 +821,7 @@ return { { "https://github.com/CopilotC-Nvim/CopilotChat.nvim", enabled = vim.g.install_copilot, - branch = "canary", + version = "3.x.x", build = "make tiktoken", dependencies = { { "https://github.com/github/copilot.vim" },