I would like to know how to highlight matching brackets in cream. The matching bracket only flashes once when I type its pair.
Thanks!
–nikita.utiu
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should work by default.
See
:help pi_parenIt is possible it is not displayed when you have your cursor over a
}because there is no Highlight group “MatchParen” defined in your color scheme.To check, type
:highlightand check that is a line with MatchParen defined.If not you can try to change your colorscheme or add the following line in your .vimrc or .gvimrc :
:hi MatchParen ctermbg=blue guibg=lightblue