Removing copilot

This commit is contained in:
2025-09-05 11:46:21 -04:00
parent 6d4cae8238
commit 417f466cd4
3 changed files with 16 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ cmp.setup({
}),
sources = cmp.config.sources({
{ name = "nvim_lua" },
{ name = "copilot", group_index = 3 },
-- { name = "copilot", group_index = 3 },
{ name = "nvim_lsp", group_index = 1 },
{ name = "path", group_index = 3 },
{ name = "luasnip", group_index = 2 },