plugins.blink-cmp.settings.signature.window.border
Border settings for the signature window.
Type: null or anything
Default:
null
Plugin default: "padded"
Declared by:
plugins.blink-cmp.settings.signature.window.direction_priority
Which directions to show the window, falling back to the next direction when there’s not enough space, or another window is in the way.
Type: null or (list of (one of “n”, “s” or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"n"
"s"
]
Declared by:
plugins.blink-cmp.settings.signature.window.max_height
Maximum height of the signature window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 10
Declared by:
plugins.blink-cmp.settings.signature.window.max_width
Maximum width of the signature window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 100
Declared by:
plugins.blink-cmp.settings.signature.window.min_width
Minimum width of the signature window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1
Declared by:
plugins.blink-cmp.settings.signature.window.scrollbar
Note that the gutter will be disabled when border != "none"
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.blink-cmp.settings.signature.window.treesitter_highlighting
Disable if you run into performance issues.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.signature.window.winblend
winblend
value for the signature window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 0
Declared by:
plugins.blink-cmp.settings.signature.window.winhighlight
Highlight groups for the signature window.
Type: null or string or raw lua code
Default:
null
Plugin default: "Normal:BlinkCmpSignatureHelp,FloatBorder:BlinkCmpSignatureHelpBorder"
Declared by: