mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
removed github copilot related plugins
This commit is contained in:
@@ -29,9 +29,9 @@ return {
|
|||||||
["<CR>"] = cmp.mapping.confirm({ select = true }),
|
["<CR>"] = cmp.mapping.confirm({ select = true }),
|
||||||
}),
|
}),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp", group_index = 2 },
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip", group_index = 2 },
|
||||||
{ name = "path" },
|
{ name = "path", group_index = 2 },
|
||||||
}, {
|
}, {
|
||||||
{ name = "buffer" },
|
{ name = "buffer" },
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user