plugins.cmp.filetype.<name>.matching.disallow_fullfuzzy_matching

Whether to allow full-fuzzy matching.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.cmp.filetype.<name>.matching.disallow_fuzzy_matching

Whether to allow fuzzy matching.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.cmp.filetype.<name>.matching.disallow_partial_fuzzy_matching

Whether to allow fuzzy matching without prefix matching.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.cmp.filetype.<name>.matching.disallow_partial_matching

Whether to allow partial matching.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.cmp.filetype.<name>.matching.disallow_prefix_unmatching

Whether to allow prefix unmatching.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: