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
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.vim-matchup.enableTransmute
To enable the experimental transmute module
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.vim-matchup.package
The vim-matchup package to use.
Type: package
Default:
pkgs.vimPlugins.vim-matchup
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
Type: null or one of 0, 1, 2 or raw lua code
Default:
null
Plugin default: 0
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)
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 1500
Declared by: