gitlab
URL: https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim
Maintainers: Gaetan Lepage
A Neovim plugin that integrates GitLab Duo with Neovim.
plugins.gitlab.enable
Whether to enable gitlab.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.gitlab.package
The gitlab package to use.
Type: package
Default:
pkgs.vimPlugins.gitlab-vim
Declared by:
plugins.gitlab.autoLoad
Whether to automatically load gitlab when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.gitlab.callSetup
Whether to generate the standard require('gitlab').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: