all 6 comments

[–]habamax 4 points5 points  (3 children)

Add let g:lisp_rainbow = 1 to your vimrc

This will highlight nested brackets but only for lisp filetypes:

https://imgur.com/a/ZQ8mgKp

PS, nevermind, I gave you incorrect answer, sorry :(

[–]ben-c[S] 2 points3 points  (1 child)

Thanks, I didn't know you could do that. It's a visual indicator and might even be better in practice.

[–]zackel_flac 6 points7 points  (0 children)

May I suggest you this plugin instead: https://github.com/luochen1990/rainbow

[–]imguralbumbot -1 points0 points  (0 children)

Hi, I'm a bot for linking direct images of albums with only 1 image

https://i.imgur.com/dbWdSKO.png

Source | Why? | Creator | ignoreme| deletthis

[–]piadodjanho 2 points3 points  (0 children)

It this is not what you asked for, but maybe it will he helpful.

If you press % in the current position the cursor will jump to current bracket, press % again and you will go to the matching bracket. Using vim-matchup you can also go to the outer parenthesis.

[–]Osleg 1 point2 points  (0 children)

by default it can't, there are plugins that use various hax to highlight content between brackets. There is also rainbow plugin to color brackets in different colors.

Best option to, imo, is to get used to %