plugins.vim-matchup.matchParen.enable
Control matching parentheses
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.vim-matchup.matchParen.fallback
If matchParen is not enabled fallback to the standard vim matchparen.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
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.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.vim-matchup.matchParen.insertTimeout
Adjust timeouts in milliseconds for matchparen highlighting
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 60
Declared by:
plugins.vim-matchup.matchParen.singleton
Whether to highlight known words even if there is no match
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
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.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 400
Declared by:
plugins.vim-matchup.matchParen.timeout
Adjust timeouts in milliseconds for matchparen highlighting
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 300
Declared by: