plugins.flutter-tools.settings.closing_tags.enabled

Set to false to disable closing tags.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.flutter-tools.settings.closing_tags.highlight

Highlight group for the closing tag.

Type: null or string or raw lua code

Default: null

Plugin default: "Comment"

Example: "ErrorMsg"

Declared by:

plugins.flutter-tools.settings.closing_tags.prefix

Character to use for close tag.

Type: null or string or raw lua code

Default: null

Plugin default: "// "

Example: ">"

Declared by:

plugins.flutter-tools.settings.closing_tags.priority

Priority of virtual text in current line.

Consider to configure this when there is a possibility of multiple virtual text items in one line.

See priority option in |:help nvim_buf_set_extmark| for more information.

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

Default: null

Plugin default: 10

Declared by: