mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-07 22:35:14 +02:00
Replacing copilot.vim with copilot.lua with cmp integration
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user