An open API service indexing awesome lists of open source software.

https://github.com/thomasloven/vim-tstatus

My status line for vim
https://github.com/thomasloven/vim-tstatus

Last synced: 2 months ago
JSON representation

My status line for vim

Awesome Lists containing this project

README

        

vim-tstatus
===========

I decided to move my status line out into a plugin for vim.

If you want to use it, I recommend that you switch your terminal colors to solarized.

Please note that this is unfinished and unstable. There is no caching and everything gets messed up if you change your colorscheme.

You should be able to install this plugin using [Pathogen](https://github.com/tpope/vim-pathogen).

Credits
-------

I got a lot of inspiration and some code from [Vim Powerline](https://github.com/Lokaltog/vim-powerline).

I would not have been able to do this without [Learn Vimscript the Hard Way by Steve Losh](http://learnvimscriptthehardway.stevelosh.com/).