blink-cmp
URL: https://github.com/saghen/blink.cmp
Maintainers: George Bals, Austin Horstman
Performant, batteries-included completion plugin for Neovim.
plugins.blink-cmp.enable
Whether to enable blink-cmp.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.blink-cmp.package
The blink-cmp package to use.
Type: package
Default:
pkgs.vimPlugins.blink-cmp
Declared by:
plugins.blink-cmp.autoLoad
Whether to automatically load blink-cmp when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.blink-cmp.callSetup
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:
plugins.blink-cmp.setupLspCapabilities
Whether to enable LSP capabilities for blink-cmp.
Type: boolean
Default:
true
Example:
false
Declared by: