plugins.indent-blankline.extraOptions.scope.exclude.language

List of treesitter languages for which scope is disabled.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: []

Declared by:

plugins.indent-blankline.extraOptions.scope.exclude.node_type

Map of language to a list of node types which should not be used as scope.

Use * as a wildcard for all languages.

Type: null or (attribute set of ((list of string) or raw lua code))

Default: null

Plugin default:

{
  "*" = ["source_file" "program"];
  lua = ["chunk"];
  python = ["module"];
}

Declared by: