I\'d like to change my vim config file to allow highlighting of only my declared variables, not keywords. This article shows and explains what I mean: Alternate syntax highl
There is such a plugin: https://github.com/jaxbot/semantic-highlight.vim
Where every variable is a different color, an idea popularized by Evan Brooks' blog post.