plugins.blink-cmp.settings.completion.accept.auto_brackets.enabled
Whether to auto-insert brackets for functions.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.blocked_filetypes
Blocked filetypes.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.default_brackets
Default brackets to use for unknown languages.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"("
")"
]
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.force_allow_filetypes
Overrides the default blocked filetypes.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.override_brackets_for_filetypes
Brackets override per filetype.
Type: null or (attribute set of ((list of string) or raw lua code)) or raw lua code
Default:
null
Plugin default: { }
Declared by: