plugins.gitlab.settings

Options provided to the require('gitlab').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  code_suggestions = {
    auto_filetypes = [
      "ruby"
    ];
  };
}

Declared by:

plugins.gitlab.settings.gitlab_url

The GitLab instance url to use if not https://gitlab.com.

Type: null or string or raw lua code

Default: null

Plugin default: "https://gitlab.com"

Declared by:

plugins.gitlab.settings.minimal_message_level

Minimal message level for logs.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 0

Declared by: