support webpack alias path
- support for alias path
return {
{
"saghen/blink.cmp",
dependencies = {
"xieyonn/blink-cmp-dat-word",
},
opts = {
sources = {
default = { 'aliasPath' },
providers = {
aliasPath = {
name = 'aliasPath',
module = 'blink-alias-path',
opts = {
ignore_root_slash = false,
path_mappings = {
['@'] = '${folder}/src',
['/'] = '${folder}/src/',
},
},
},
},
},
},
},
}