VimPlugin: Tabular

From wikinotes

Usage

:Tab /=	      "align all = signs
:Tab /=\zs    "align everything after the = sign
:Tab /=/l0r1  "define spacing on left/right of matched char

NOTE:

author also describes method to automatically justify as you type, but I haven't tried it yet.