mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-10 14:47:35 +00:00
Pin versions for copilot plugins
This commit is contained in:
parent
f5cacea14b
commit
4d5eadffcf
@ -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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user