add support for both path_async and path
This commit is contained in:
parent
fec7d9d262
commit
1b39456569
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ return { 'hrsh7th/nvim-cmp',
|
||||||
nvim_lua = 'v',
|
nvim_lua = 'v',
|
||||||
luasnip = '%',
|
luasnip = '%',
|
||||||
buffer = '@',
|
buffer = '@',
|
||||||
path = '#'
|
path = '#',
|
||||||
|
async_path = '#'
|
||||||
}
|
}
|
||||||
|
|
||||||
item.menu = menu_icon[entry.source.name]
|
item.menu = menu_icon[entry.source.name]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue