plugins.blink-cmp.settings.completion.documentation.auto_show
Controls whether the documentation window will automatically show when selecting a completion item.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.blink-cmp.settings.completion.documentation.auto_show_delay_ms
Delay before showing the documentation window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 500
Declared by:
plugins.blink-cmp.settings.completion.documentation.treesitter_highlighting
Whether to use 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.completion.documentation.update_delay_ms
Delay before updating the documentation window when selecting a new item, while an existing item is still visible.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 50
Declared by: