plugins.flash.settings.modes.char.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.settings.modes.char.prompt.prefix
Type: null or (list of (anything or raw lua code))
Default:
null
Plugin default:
[
[
"⚡"
"FlashPromptIcon"
]
]
Declared by:
plugins.flash.settings.modes.char.prompt.win_config
See :h 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: