feat: use binary copilot

This commit is contained in:
Fey Naomi Schrewe 2025-10-16 08:51:22 +02:00
parent 33412504f8
commit 8f59516109

View File

@ -27,17 +27,17 @@ return {
"zbirenbaum/copilot.lua",
enabled = is_work(),
event = "VeryLazy",
opts = {},
opts = {
server = { type = "binary" },
},
},
{
"zbirenbaum/copilot-cmp",
enabled = is_work(),
opts = {},
enabled = is_work(),
},
{
"yetone/avante.nvim",
enabled = is_work(),
event = "VeryLazy",
lazy = false,
version = false,