Add path and vsnip completion sources

This commit is contained in:
Kevin Cotugno 2023-01-10 07:15:04 -07:00
parent ef9da77d91
commit 3d42ba575a

View File

@ -308,6 +308,8 @@ local cmp = require'cmp'
local sources = {
{ name = 'nvim_lsp' },
{ name = 'nvim_lua' },
{ name = 'vsnip' },
{ name = 'path' },
{ name = 'buffer' },
}