removed copilot completions

This commit is contained in:
aminnairi
2023-12-23 22:03:08 +01:00
parent 7684f4e0eb
commit c9bb9c3b93
@@ -25,7 +25,6 @@ return {
["<CR>"] = cmp.mapping.confirm({ select = true }),
}),
sources = cmp.config.sources({
{ name = "copilot", group_index = 2 },
{ name = "nvim_lsp", group_index = 2 },
{ name = "path", group_index = 2 },
}, {