plugins.vim-matchup.enable
Whether to enable vim-matchup.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.vim-matchup.enableSurround
To enable the delete surrounding (ds%) and change surrounding (cs%) maps
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.enableTransmute
To enable the experimental transmute module
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.package
Which package to use for the vim-matchup plugin.
Type: package
Default:
<derivation vimplugin-vim-matchup-2024-02-24>
Declared by:
plugins.vim-matchup.delimNoSkips
To disable matching within strings and comments:
- 0: matching is enabled within strings and comments
- 1: recognize symbols within comments
- 2: don’t recognize anything in comments
Plugin default: 0
Type: null or one of 0, 1, 2
Default:
null
Declared by:
plugins.vim-matchup.delimStopline
To configure the number of lines to search in either direction while using motions and text objects. Does not apply to match highlighting (see matchParenStopline instead)
Plugin default: 1500
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by: