Replacing copilot.vim with copilot.lua with cmp integration

This commit is contained in:
2024-02-28 14:46:18 +01:00
parent 948039bfb6
commit faeb00736b
4 changed files with 19 additions and 15 deletions

View File

@@ -128,6 +128,8 @@ return {
sources = cmp.config.sources({
{ name = 'nvim_lsp' },
{ name = 'luasnip' }, -- For luasnip users.
-- Copilot Source
{ name = "copilot", group_index = 2 },
},
{
{ name = 'buffer' },