Add path and vsnip completion sources
This commit is contained in:
parent
ef9da77d91
commit
3d42ba575a
@ -308,6 +308,8 @@ local cmp = require'cmp'
|
||||
local sources = {
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'nvim_lua' },
|
||||
{ name = 'vsnip' },
|
||||
{ name = 'path' },
|
||||
{ name = 'buffer' },
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user