Homepage: https://github.com/dickeytk/status.vim
Author: Jeff Dickey
Simple vim plugin to extend your statusline. Originally based on comments made on reddit.
All dependencies are optional, however they are expected to be installed by default. If either are not found you will see an error message. You can disable these errors by setting some options in your ~/.vimrc.
Example:
"Load Fugitive
let g:statusline_fugitive = 1
"Load RVM
let g:statusline_rvm = 1
"Do Not Load Syntastic
let g:statusline_syntastic = 0
"Turn statusline off
let g:statusline_enabled = 0
"Turn on full paths
let g:statusline_fullpath = 1
With pathogen it's recommended to install as a submodule.
cd ~/.vim
git submodule add git://github.com/dickeytk/status.vim.git bundle/status.vim
To install as a normal plugin grab a tarball here and extract it. Then just copy statusline.vim to your plugin directory.
cp plugin/status.vim ~/.vim/plugin/