LazyVim
LazyVim is a distribution of NeoVim that has a lots of bells and whistles.
Tricks
Put references into quickfix list
Hit gr
on a symbol to show LSP references. Now press C-q
,
this will put all the references into the quickfix list.
To go to the next item in the quickfix list, press ]q
.
To go to the previous item: [q