From f225543f20cde9f7343c4e1855b589ac94682f78 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 10 Dec 2019 10:18:34 +0800 Subject: [PATCH] Update plugin matchup setting --- plugins.vim | 3 +++ 1 file changed, 3 insertions(+) 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!