plugins.which-key.window.border

Defines the border to use for which-key. 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.which-key.window.position

Type: null or one of “bottom”, “top” or raw lua code

Default: null

Plugin default: "bottom"

Declared by:

plugins.which-key.window.winblend

0 for fully opaque and 100 for fully transparent

Type: null or integer between 0 and 100 (both inclusive)

Default: null

Plugin default: 0

Declared by: