change cmp source path to async_path
This commit is contained in:
parent
aa36dc2cf7
commit
9522738186
2 changed files with 3 additions and 2 deletions
|
|
@ -47,10 +47,11 @@ cmp.setup {
|
|||
luasnip.lsp_expand(args.body)
|
||||
end,
|
||||
},
|
||||
|
||||
sources = cmp.config.sources({
|
||||
{ name = 'nvim_lsp', keyword_length = 3 },
|
||||
{ name = 'luasnip', keyword_length = 3 },
|
||||
{ name = 'path' },
|
||||
{ name = 'async_path' },
|
||||
{ name = 'buffer', keyword_length = 3, max_item_count = 7 },
|
||||
{ name = 'calc' },
|
||||
{ name = 'neorg' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue