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.

Plugin default: none

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

Default: null

Declared by:

plugins.which-key.window.position

Plugin default: "bottom"

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

Default: null

Declared by:

plugins.which-key.window.winblend

0 for fully opaque and 100 for fully transparent

Plugin default: 0

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

Default: null

Declared by: