cmp-git
URL: https://github.com/petertriho/cmp-git/
Maintainers: Gaetan Lepage
Git source for the nvim-cmp.
plugins.cmp-git.enable
Whether to enable cmp-git.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cmp-git.package
The cmp-git package to use.
Type: package
Default:
pkgs.vimPlugins.cmp-git
Declared by:
plugins.cmp-git.autoLoad
Whether to automatically load cmp-git when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cmp-git.callSetup
Whether to generate the standard require('cmp_git').setup(...) call for this plugin.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: