plugins.blink-cmp.settings.completion.menu.enabled
Whether to enable the completion menu.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.completion.menu.auto_show
Whether to automatically show the window when new completion items are available.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.completion.menu.border
Border settings.
Type: null or anything
Default:
null
Plugin default: "none"
Declared by:
plugins.blink-cmp.settings.completion.menu.cmdline_position
Screen coordinates (0-indexed) of the command line.
Type: null or raw lua code
Default:
null
Plugin default: lib.nixvim.mkRaw "function()\n if vim.g.ui_cmdline_pos ~= nil then\n local pos = vim.g.ui_cmdline_pos -- (1, 0)-indexed\n return { pos[1] - 1, pos[2] }\n end\n local height = (vim.o.cmdheight == 0) and 1 or vim.o.cmdheight\n return { vim.o.lines - height, 0 }\nend\n"
Declared by:
plugins.blink-cmp.settings.completion.menu.direction_priority
Which directions to show the window, falling back to the next direction when there’s not enough space.
Type: null or (list of (one of “n”, “s” or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"s"
"n"
]
Declared by:
plugins.blink-cmp.settings.completion.menu.draw
Controls how the completion items are rendered on the popup window.
Type: null or (attribute set of anything)
Default:
null
Declared by:
plugins.blink-cmp.settings.completion.menu.max_height
Maximum width of the completion menu.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 10
Declared by:
plugins.blink-cmp.settings.completion.menu.min_width
Minimum width of the completion menu.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 15
Declared by:
plugins.blink-cmp.settings.completion.menu.scrollbar
Note that the gutter will be disabled when border != "none"
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.completion.menu.scrolloff
Keep the cursor X lines away from the top/bottom of the window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 2
Declared by:
plugins.blink-cmp.settings.completion.menu.winblend
winblend
value for the completion menu.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 0
Declared by:
plugins.blink-cmp.settings.completion.menu.winhighlight
Highlight groups for the completion menu.
Type: null or string or raw lua code
Default:
null
Plugin default: "Normal:BlinkCmpMenu,FloatBorder:BlinkCmpMenuBorder,CursorLine:BlinkCmpMenuSelection,Search:None"
Declared by: