/vim-plugins

Curated list of vim plugins that I find useful.

MIT LicenseMIT

vim-plugins

Curated list of vim plugins that I find useful.

General

Programming

  • taglist - source code browser for easily jumping to methods and variables
  • JavaDecompiler - automatically decompiles java class files and displays java code

Syntax

  • 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)