plugins.indent-blankline.settings.scope.exclude.language
List of treesitter languages for which scope is disabled.
Plugin default: []
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.indent-blankline.settings.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.
Plugin default:
{
"*" = ["source_file" "program"];
lua = ["chunk"];
python = ["module"];
}
Type: null or (attribute set of ((list of string) or raw lua code))
Default:
null
Declared by: