mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Disable vimtex's matchparen with any load-order
re #lervag/vimtex/1051
This commit is contained in:
@@ -82,6 +82,11 @@ if get(g:, 'vimtex_enabled',
|
||||
silent! nunmap <buffer> %
|
||||
silent! xunmap <buffer> %
|
||||
silent! ounmap <buffer> %
|
||||
|
||||
" 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
|
||||
|
||||
Reference in New Issue
Block a user