Set up copilot integration

This commit is contained in:
Haak Saxberg 2023-05-30 12:19:03 -07:00
parent cdc8897467
commit bea0bfef01
2 changed files with 56 additions and 8 deletions

View file

@ -23,6 +23,7 @@ cmp.setup({
}),
sources = cmp.config.sources({
{ name = 'nvim_lsp' },
{ name = 'copilot' },
}, {
{ name = 'buffer' },
})