plugins.vim-matchup.matchParen.enable
Control matching parentheses
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.fallback
If matchParen is not enabled fallback to the standard vim matchparen.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.hiSurroundAlways
Highlight surrounding delimiters always as the cursor moves Note: this feature requires deferred highlighting to be supported and enabled.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.insertTimeout
Adjust timeouts in milliseconds for matchparen highlighting
Plugin default: 60
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.singleton
Whether to highlight known words even if there is no match
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.stopline
The number of lines to search in either direction while highlighting matches. Set this conservatively since high values may cause performance issues.
Plugin default: 400
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.vim-matchup.matchParen.timeout
Adjust timeouts in milliseconds for matchparen highlighting
Plugin default: 300
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by: