Feat(nvim): add path and buffer
This commit is contained in:
parent
f85841cafe
commit
3029561478
|
@ -24,6 +24,8 @@ return {
|
|||
sources = cmp.config.sources({
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'vsnip' }, -- For vsnip users.
|
||||
{ name = 'path' },
|
||||
{ name = 'buffer' },
|
||||
}, {
|
||||
{ name = 'buffer' },
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue