plugins.blink-cmp.settings.completion.list.max_items
Maximum number of items to display.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 200
Declared by:
plugins.blink-cmp.settings.completion.list.selection
Controls if completion items will be selected automatically, and whether selection automatically inserts.
Type: null or string or attribute set of anything or raw lua code
Default:
null
Plugin default:
{
auto_insert = true;
preselect = true;
}
Declared by: