From 8f59516109a3c5d82aa31709b046601c28d07153 Mon Sep 17 00:00:00 2001 From: Fey Naomi Schrewe Date: Thu, 16 Oct 2025 08:51:22 +0200 Subject: [PATCH] feat: use binary copilot --- lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 4887a17..60c2706 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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,