Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

blink-cmp

URL: https://github.com/saghen/blink.cmp

Maintainers: George Bals, Austin Horstman


Performant, batteries-included completion plugin for Neovim.

Whether to enable blink-cmp.

Type: boolean

Default:

false

Example:

true

Declared by:

The blink-cmp package to use.

Type: package

Default:

pkgs.vimPlugins.blink-cmp

Declared by:

Whether to automatically load blink-cmp when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

Whether to generate the standard require('blink-cmp').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

Whether to enable LSP capabilities for blink-cmp.

Type: boolean

Default:

true

Example:

false

Declared by: