plugins.flash.modes.char.prompt.enabled

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

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.flash.modes.char.prompt.prefix

Plugin default:

[ ["⚡" "FlashPromptIcon"] ]

Type: null or (list of anything)

Default: null

Declared by:

plugins.flash.modes.char.prompt.winConfig

See nvim_open_win for more details

Plugin default:

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

Type: null or (attribute set of anything)

Default: null

Declared by: