mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update plugin matchup setting
This commit is contained in:
parent
9d85a46383
commit
f225543f20
@ -802,6 +802,9 @@ let g:matchup_override_vimtex = 1
|
||||
" Whether to enable matching inside comment or string
|
||||
let g:matchup_delim_noskips = 0
|
||||
|
||||
" Show offscreen match pair in popup window
|
||||
let g:matchup_matchparen_offscreen = {'method': 'popup'}
|
||||
|
||||
" Change highlight color of matching bracket for better visual effects
|
||||
augroup matchup_matchparen_highlight
|
||||
autocmd!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user