We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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