Modern Vim
Starting with Vim 8.1.1270, there's a new feature in core to show the current match position. NeoVim enables this functionality by default, but standard Vim does not.
To enable it in standard Vim, run:
:set shortmess-=S
Originally mentioned below in Ben's answer, and added here for visibility.
Older Versions
In Vim 7.4+, the IndexedSearch plugin can be used.
Check henrik/vim-indexed-search on GitHub to ensure you get the latest version.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…