We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of 02/22/2012, Janus ships with a basic statusline. The statusline can be customized in your ~/.vimrc.after.
Adding Git info with Fugitive:
if janus#is_plugin_enabled('fugitive') set statusline+=%{fugitive#statusline()} endif
Adding Syntastic warnings:
if janus#is_plugin_enabled('syntastic') set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%* endif