plugins.vim-matchup.treesitterIntegration.enable

Whether to enable treesitter integration.

Type: boolean

Default: false

Example: true

Declared by:

plugins.vim-matchup.treesitterIntegration.disable

Languages for each to disable this module

Plugin default: []

Type: null or (list of string)

Default: null

Declared by:

plugins.vim-matchup.treesitterIntegration.disableVirtualText

Do not use virtual text to highlight the virtual end of a block, for languages without explicit end markers (e.g., Python).

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.vim-matchup.treesitterIntegration.includeMatchWords

Additionally include traditional vim regex matches for symbols. For example, highlights /* */ comments in C++ which are not supported in tree-sitter matching

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by: