plugins.flash.modes.treesitter.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.treesitter.prompt.prefix

Type: null or (list of anything)

Default: null

Plugin default:

[ ["⚡" "FlashPromptIcon"] ]

Declared by:

plugins.flash.modes.treesitter.prompt.winConfig

See nvim_open_win for more details

Type: null or (attribute set of anything)

Default: null

Plugin default:

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

Declared by: