plugins.multicursors.hintConfig.border
Defines the border to use for the hint window.
Accepts same border values as nvim_open_win()
. See :help nvim_open_win()
for more info.
Type: null or string or list of string or list of list of string or raw lua code
Default:
null
Plugin default: "none"
Declared by:
plugins.multicursors.hintConfig.funcs
Attrs where keys are function names and values are functions themselves.
Each function should return string.
This functions can be required from hint with %{func_name}
syntaxis.
Type: null or (attribute set of string)
Default:
null
Declared by:
plugins.multicursors.hintConfig.offset
The offset from the nearest editor border.
(valid when type
if "window"
).
Type: null or signed integer
Default:
null
Declared by:
plugins.multicursors.hintConfig.position
Set the position of the hint.
Type: null or one of “top-left”, “top”, “top-right”, “middle-left”, “middle”, “middle-right”, “bottom-left”, “bottom”, “bottom-right” or raw lua code
Default:
null
Plugin default: "bottom"
Declared by:
plugins.multicursors.hintConfig.showName
Show hydras name or HYDRA:
label at the beginning of an auto-generated hint.
Type: null or boolean
Default:
null
Declared by:
plugins.multicursors.hintConfig.type
- “window”: show hint in a floating window;
- “cmdline”: show hint in a echo area;
- “statusline”: show auto-generated hint in the statusline.
Type: null or one of “window”, “cmdline”, “statusline”
Default:
null
Declared by: