plugins.which-key.settings.win.border
Allows configuring the border of which-key.
Supports all available border types from vim.api.keyset.win_config.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.settings.win.no_overlap
Don’t allow the popup to overlap with the cursor.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.which-key.settings.win.padding
Extra window padding, in the form [top/bottom, right/left]
.
Type: null or (list of 2 signed integer)
Default:
null
Plugin default:
[
1
2
]
Declared by:
plugins.which-key.settings.win.title
Whether to show the title.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.which-key.settings.win.title_pos
Position of the title.
Type: null or string or raw lua code
Default:
null
Plugin default: "center"
Declared by:
plugins.which-key.settings.win.zindex
Layer depth on the popup window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1000
Declared by: