plugins.flash.modes.search.prompt.enabled

options for the floating window that shows the prompt, for regular jumps

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.flash.modes.search.prompt.prefix

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

Default: null

Plugin default:

[
  [
    "⚡"
    "FlashPromptIcon"
  ]
]

Declared by:

plugins.flash.modes.search.prompt.winConfig

See nvim_open_win for more details

Type: null or (attribute set of (anything or raw lua code))

Default: null

Plugin default:

{
  col = 0;
  height = 1;
  relative = "editor";
  row = -1;
  width = 1;
  zindex = 1000;
}

Declared by: