plugins.blink-cmp.settings.completion.accept.auto_brackets.semantic_token_resolution.enabled
Asynchronously use semantic token to determine if brackets should be added
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.semantic_token_resolution.blocked_filetypes
Blocked filetypes.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"java"
]
Declared by:
plugins.blink-cmp.settings.completion.accept.auto_brackets.semantic_token_resolution.timeout_ms
How long to wait for semantic tokens to return before assuming no brackets should be added.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 400
Declared by: