diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-10 10:18:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 10:18:34 +0800 |
| commit | f225543f20cde9f7343c4e1855b589ac94682f78 (patch) | |
| tree | a2471ee3d986e111401d5a94bff2e756ebf33bb1 /plugins.vim | |
| parent | 9d85a46383d8c3d418fbfa339942e6cbbc1f7615 (diff) | |
Update plugin matchup setting
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index cb51cca..8c41206 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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! |
