This is a Vim plugin that provides syntax highlighting for Java. This syntax highlighting is better than the default.
call dein#add('uiiaoo/java-syntax.vim')If you use another plugin manager, follow its way.
Note: You can disable highlighting variables if you write the following code on your .vimrc.
highlight link javaIdentifier NONENote: You can also disable highlighting delimiters.
highlight link javaDelimiter NONE