Curated list of vim plugins that I find useful.
- Visual Block Sorting (code) - easily sorting selected blocks in a file
- HiCurLine - highlights the current line
- csv - filetype plugin for csv files
- simpleguifont - for increasing/decreasing font size via keyboard shortcuts
- tcomment_vim - for toggling comments based on file-type
- taglist - source code browser for easily jumping to methods and variables
- JavaDecompiler - automatically decompiles java class files and displays java code
- large files - turns off syntax highlighting for large files
- cup - highlighting for CUP parser generator files (LALR parser generator for Java)
- jflex - highlighting for JFlex files (lexical analyzer generator for Java)