feat: use binary copilot
This commit is contained in:
parent
33412504f8
commit
8f59516109
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user