jdx / status.vim

Better status bar
8 stars 1 forks source link

Statusline

Homepage: https://github.com/dickeytk/status.vim
Author: Jeff Dickey

About

Simple vim plugin to extend your statusline. Originally based on comments made on reddit.

Dependencies

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

Install

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/