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
- Host: GitHub
- URL: https://github.com/thomasloven/vim-tstatus
- Owner: thomasloven
- Created: 2013-05-23T14:13:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T19:50:06.000Z (over 8 years ago)
- Last Synced: 2025-01-09T17:04:53.055Z (4 months ago)
- Language: VimL
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).