How do you show matching brackets in Vim?
Answer
set showmatch
Explanation
Enable showmatch to briefly highlight the matching bracket when you type a closing bracket. Set matchtime to control the display duration.
set showmatch
Enable showmatch to briefly highlight the matching bracket when you type a closing bracket. Set matchtime to control the display duration.