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