diff --git a/after/ftplugin/tex_matchup.vim b/after/ftplugin/tex_matchup.vim index b97010d..43e194e 100644 --- a/after/ftplugin/tex_matchup.vim +++ b/after/ftplugin/tex_matchup.vim @@ -82,6 +82,11 @@ if get(g:, 'vimtex_enabled', silent! nunmap % silent! xunmap % silent! ounmap % + + " lervag/vimtex/issues/1051 + let g:vimtex_matchparen_enabled = 0 + silent! call vimtex#matchparen#disable() + call s:setup_match_words() else let b:matchup_matchparen_enabled = 0