Feat(nvim): add path and buffer

This commit is contained in:
Bertrand Benjamin 2023-11-05 06:40:03 +01:00
parent f85841cafe
commit 3029561478
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ return {
sources = cmp.config.sources({
{ name = 'nvim_lsp' },
{ name = 'vsnip' }, -- For vsnip users.
{ name = 'path' },
{ name = 'buffer' },
}, {
{ name = 'buffer' },
})