Skip to content

Commit 91fc818

Browse files
committed
Test
1 parent 1473664 commit 91fc818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/copilot/copilot_handler.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ M.start = function (config)
5151
end
5252

5353
M._on_init = function(client_id)
54-
if not vim.lsp.buf_get_clients(0)[client_id] then
55-
vim.lsp.buf_attach_client(0, client_id)
56-
end
54+
-- if not vim.lsp.buf_get_clients(0)[client_id] then
55+
vim.lsp.buf_attach_client(0, client_id)
56+
-- end
5757
end
5858

5959
return M

0 commit comments

Comments
 (0)