add support for both path_async and path

This commit is contained in:
2024-11-19 13:21:32 -06:00
parent fec7d9d262
commit 1b39456569

View File

@ -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]