plugins.spectre.settings.default.find.cmd

Which find engine to use. Pick one from the find_engine list.

Type: null or string or raw lua code

Default: null

Plugin default: "rg"

Declared by:

plugins.spectre.settings.default.find.options

Options to use for this engine.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "ignore-case"
]

Declared by: