vim-hlpairs highlights the parentheses around the cursor.
Vim 9.1.0009 or later
or you can use hlpairs.nvim in Neovim.
call dein#add('utubo/vim-hlpairs')
g:loaded_matchparen = 1
g:loaded_matchit = 1See hlpairs.txt.
utubo (https://github.com/utubo)
This software is released under the MIT License, see LICENSE.
