Controls which sorts to use and in which order, these three are currently the only allowed options

Type: null or (list of (one of “label”, “sort_text”, “kind”, “score” or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "score"
  "sort_text"
]

Declared by:

Tracks the most recently/frequently used items and boosts the score of the item.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

Boosts the score of items matching nearby words.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

When enabled, allows for a number of typos relative to the length of the query. Disabling this matches the behavior of fzf.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

UNSAFE!! When enabled, disables the lock and fsync when writing to the frecency database. This should only be used on unsupported platforms (i.e. alpine termux).

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: