1
0
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:
jdhao 2019-12-10 10:18:34 +08:00 committed by GitHub
parent 9d85a46383
commit f225543f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!