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,