SyntaxFix
Write A Post
Hire A Developer
Questions
First (or in your .vimrc):
:set hlsearch
Then position your cursor over the word you want highlighted, and hit *.
*
hlsearch means highlight all occurrences of the current search, and * means search for the word under the cursor.
hlsearch