I'd like it to have decent syntax highlighting too - especially for JavaScript. (e.g. method names should be highlighted).
Here's Sublime:
I've come across a few. Here's sickill/vim-monokai:
and tomasr/molokai:
But, as you can see from the screns, they don't seem to match Sublime's colors/syntax highlighting. Are there any others?
First, GVim/MacVim will be mandatory if you want your colors to match Sublime's as terminal emulators are usually limited to 256 colors.
Second, if you only want Vim's colors to match Sublime's, you'll probably need to tweak the colorscheme itself or send their author a formal feature request.
Third, Vim doesn't highlight method names by default so no colorscheme will give that to you for free but you can try the example given under :help tag-highlight
. There's also this plugin and this one.
All the "tag highlighting" solutions depend on the presence of a tags
file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With