add support for both path_async and path
This commit is contained in:
@ -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]
|
||||||
|
Reference in New Issue
Block a user