Created
November 17, 2011 17:16
-
-
Save jperras/1373799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Statusline | |
hi User1 guifg=#eea040 guibg=#222222 | |
hi User2 guifg=#dd3333 guibg=#222222 | |
hi User3 guifg=#ff66ff guibg=#222222 | |
hi User4 guifg=#a0ee40 guibg=#222222 | |
hi User5 guifg=#eeee40 guibg=#222222 | |
set laststatus=2 | |
set statusline= | |
set statusline +=%1*\ %n\ %* "buffer number | |
set statusline +=%5*%{&ff}%* "file format | |
set statusline +=%3*%y\ %* "file type | |
set statusline +=%5*%{fugitive#statusline()}%* "Git status | |
set statusline +=%2*%#warningmsg#%* "Syntastic warning msg | |
set statusline +=%2*%{SyntasticStatuslineFlag()}%* "Syntastic status | |
set statusline +=%4*\ %<%F%* "full path | |
set statusline +=%2*%m%* "modified flag | |
set statusline +=%1*%=%5l%* "current line | |
set statusline +=%2*/%L%* "total lines | |
set statusline +=%1*%4c\ %* "column number | |
set statusline +=%2*0x%04B\ %* "character under cursor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment