plugins.rust-tools.hoverActions.autoFocus
whether the hover action window gets automatically focused
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.rust-tools.hoverActions.border
Defines the border to use for rust-tools hover window.
Accepts same border values as nvim_open_win()
. See :help nvim_open_win()
for more info.
Plugin default:
[
[ "╭" "FloatBorder" ]
[ "─" "FloatBorder" ]
[ "╮" "FloatBorder" ]
[ "│" "FloatBorder" ]
[ "╯" "FloatBorder" ]
[ "─" "FloatBorder" ]
[ "╰" "FloatBorder" ]
[ "│" "FloatBorder" ]
]
Type: null or string or list of string or list of list of string or raw lua code
Default:
null
Declared by:
plugins.rust-tools.hoverActions.maxHeight
Maximal height of the hover window. null means no max.
Plugin default: null
Type: null or signed integer
Default:
null
Declared by:
plugins.rust-tools.hoverActions.maxWidth
Maximal width of the hover window. null means no max.
Plugin default: null
Type: null or signed integer
Default:
null
Declared by: