Neovim useful tips

Neovim useful Tips
On a daily basis, I lookup at the neovim docs, lua files or some other resources to solve an issue within a project.
This is a repository of small snippets with useful commands that might be relevant in the future.
Snippets
Getting an exact count match > 99 in a document file
:%s/foo//gn | redraw!
This will display something like:
10 matches on 11 lines