cmp-ai
URL: https://github.com/tzachar/cmp-ai/
Maintainers: Gaetan Lepage
AI completion source for the nvim-cmp, powered by various AI providers.
plugins.cmp-ai.enable
Whether to enable cmp-ai.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cmp-ai.package
The cmp-ai package to use.
Type: package
Default:
pkgs.vimPlugins.cmp-ai
Declared by:
plugins.cmp-ai.autoLoad
Whether to automatically load cmp-ai when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cmp-ai.callSetup
Whether to generate the standard require('cmp_ai.config'):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: