plugins.cmp.filetype.<name>.matching.disallow_fullfuzzy_matching
Whether to allow full-fuzzy matching.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.cmp.filetype.<name>.matching.disallow_fuzzy_matching
Whether to allow fuzzy matching.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.cmp.filetype.<name>.matching.disallow_partial_fuzzy_matching
Whether to allow fuzzy matching without prefix matching.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.cmp.filetype.<name>.matching.disallow_partial_matching
Whether to allow partial matching.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.cmp.filetype.<name>.matching.disallow_prefix_unmatching
Whether to allow prefix unmatching.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: