plugins.rust-tools.hoverActions.autoFocus

whether the hover action window gets automatically focused

Type: null or boolean or raw lua code

Default: null

Plugin default: false

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.

Type: null or string or list of string or list of list of string or raw lua code

Default: null

Plugin default:

[
  [
    "╭"
    "FloatBorder"
  ]
  [
    "─"
    "FloatBorder"
  ]
  [
    "╮"
    "FloatBorder"
  ]
  [
    "│"
    "FloatBorder"
  ]
  [
    "╯"
    "FloatBorder"
  ]
  [
    "─"
    "FloatBorder"
  ]
  [
    "╰"
    "FloatBorder"
  ]
  [
    "│"
    "FloatBorder"
  ]
]

Declared by:

plugins.rust-tools.hoverActions.maxHeight

Maximal height of the hover window. null means no max.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.rust-tools.hoverActions.maxWidth

Maximal width of the hover window. null means no max.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: null

Declared by: