I’m having a difficult time to find an opening div in deeply nested HTML that has been poorly written. Is there a plugin out there that will give me support to jump to the equivalent open/closing div using vim/gvim/macvim and other variants?
Share
I use matchit.vim. I land on the tag and just hit
%and it jumps.