Skip to content

Commit 6c65c53

Browse files
committed
fix: disable download of binary for now
1 parent ff9359d commit 6c65c53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/copilot/client.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,7 @@ function M.setup()
372372
})
373373

374374
vim.schedule(function()
375-
if lsp_binary.ensure_client_is_downloaded() then
376-
M.buf_attach()
377-
end
375+
M.buf_attach()
378376
end)
379377
end
380378

0 commit comments

Comments
 (0)